#387E28

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

Shades of Bilbao #387E28

Tints of Bilbao #387E28

Color information

#387E28 (or 0x387E28) is unknown color: approx Bilbao. HEX triplet: 38, 7E and 28. RGB value is (56,126,40). Sum of RGB (Red+Green+Blue) = 56+126+40=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #387E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E28 is #C781D7. Grayscale: #5F5F5F. Windows color (decimal): -13074904 or 2653752. OLE color: 2653752.

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

Color convert

RGB5612640-
CMYK0.5600.680.51
HSL108.84º51.81%32.55%-
HSV(B)108.84º68.25%49.41%-
XYZ9.4715.924.58-
YUV95.2796.8199.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.23%
GREEN value IS 126 (49.61% from 255) = 56.76%
BLUE value IS 40 (16.02% from 255) = 18.02%
R=25.23%
G=56.76%
B=18.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56126400.5600.680.51108.8451.8132.55
Hex387E2838044336d3421
Octal7017650700104631556441
Binary1110001111110101000111000010001001100111101101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,126,40); }

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

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

 a { background-color: rgb(56,126,40); }

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

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

 span { border-color: rgb(56,126,40); }

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