#387E20

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

Shades of Bilbao #387E20

Tints of Bilbao #387E20

Color information

#387E20 (or 0x387E20) is unknown color: approx Bilbao. HEX triplet: 38, 7E and 20. RGB value is (56,126,32). Sum of RGB (Red+Green+Blue) = 56+126+32=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #387E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387E20 is #C781DF. Grayscale: #5E5E5E. Windows color (decimal): -13074912 or 2129464. OLE color: 2129464.

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

Color convert

RGB5612632-
CMYK0.5600.750.51
HSL104.68º59.49%30.98%-
HSV(B)104.68º74.6%49.41%-
XYZ9.3515.873.94-
YUV94.3592.81100.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 126 (49.61% from 255) = 58.88%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=26.17%
G=58.88%
B=14.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56126320.5600.750.51104.6859.4930.98
Hex387E203804B33693b1f
Octal7017640700113631517337
Binary111000111111010000011100001001011110011110100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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