#387C20

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

Shades of Bilbao #387C20

Tints of Bilbao #387C20

Color information

#387C20 (or 0x387C20) is unknown color: approx Bilbao. HEX triplet: 38, 7C and 20. RGB value is (56,124,32). Sum of RGB (Red+Green+Blue) = 56+124+32=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #387C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C20 is #C783DF. Grayscale: #5D5D5D. Windows color (decimal): -13075424 or 2128952. OLE color: 2128952.

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

Color convert

RGB5612432-
CMYK0.5500.740.51
HSL104.35º58.97%30.59%-
HSV(B)104.35º74.19%48.63%-
XYZ9.115.363.85-
YUV93.1893.47101.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 124 (48.83% from 255) = 58.49%
BLUE value IS 32 (12.89% from 255) = 15.09%
R=26.42%
G=58.49%
B=15.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124320.5500.740.51104.3558.9730.59
Hex387C203704A33683b1f
Octal7017440670112631507337
Binary111000111110010000011011101001010110011110100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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