#387D18

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

Shades of Bilbao #387D18

Tints of Bilbao #387D18

Color information

#387D18 (or 0x387D18) is unknown color: approx Bilbao. HEX triplet: 38, 7D and 18. RGB value is (56,125,24). Sum of RGB (Red+Green+Blue) = 56+125+24=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #387D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387D18 is #C782E7. Grayscale: #5D5D5D. Windows color (decimal): -13075176 or 1604920. OLE color: 1604920.

HSL color Cylindrical-coordinate representation of color #387D18: hue angle of 100.99º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #387D18 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB5612524-
CMYK0.5500.810.51
HSL100.99º67.79%29.22%-
HSV(B)100.99º80.8%49.02%-
XYZ9.1315.573.39-
YUV92.8689.14101.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.32%
GREEN value IS 125 (49.22% from 255) = 60.98%
BLUE value IS 24 (9.77% from 255) = 11.71%
R=27.32%
G=60.98%
B=11.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56125240.5500.810.51100.9967.7929.22
Hex387D18370513365441d
Octal70175306701216314510435
Binary111000111110111000110111010100011100111100101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,125,24); }

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

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

 a { background-color: rgb(56,125,24); }

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

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

 span { border-color: rgb(56,125,24); }

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