#387f0d

Color #387F0D Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #387F0D

Tints of Bilbao #387F0D

Color information

#387F0D (or 0x387F0D) is unknown color: approx Bilbao. HEX triplet: 38, 7F and 0D. RGB value is (56,127,13). Sum of RGB (Red+Green+Blue) = 56+127+13=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 127 (50% from 255 or 64.80% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 127 - color contains mainly: green. Hex color #387F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F0D is #C780F2. Grayscale: #5D5D5D. Windows color (decimal): -13074675 or 884536. OLE color: 884536.

HSL color Cylindrical-coordinate representation of color #387F0D: hue angle of 97.37º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #387F0D is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB5612713-
CMYK0.5600.900.50
HSL97.37º81.43%27.45%-
HSV(B)97.37º89.76%49.8%-
XYZ9.2916.052.99-
YUV92.7882.98101.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 127 (50% from 255) = 64.80%
BLUE value IS 13 (5.47% from 255) = 6.63%
R=28.57%
G=64.80%
B=6.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56127130.5600.900.5097.3781.4327.45
Hex387FD3805A3261511b
Octal70177157001326214112133
Binary11100011111111101111000010110101100101100001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387f0d; }

 p { color: rgb(56,127,13); }

 H1.HeaderClassName
 {
   color: #387f0d;
 }
 .AnyTagClassName
 {
   color: #387f0d;
 }
</style>
background-color css

<style>
 a { background-color: #387f0d; }

 a { background-color: rgb(56,127,13); }

 div.DivClassName
 {
   background-color: #387f0d;
 }
 .BgClassName
 {
   background-color: #387f0d;
 }
</style>
border-color css

<style>
 span { border-color: #387f0d; }

 span { border-color: rgb(56,127,13); }

 td.TdClassName
 {
   border-color: #387f0d;
 }
 .TagClassName
 {
   border-color: #387f0d;
 }
</style>