#387D28

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

Shades of Bilbao #387D28

Tints of Bilbao #387D28

Color information

#387D28 (or 0x387D28) is unknown color: approx Bilbao. HEX triplet: 38, 7D and 28. RGB value is (56,125,40). Sum of RGB (Red+Green+Blue) = 56+125+40=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #387D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D28 is #C782D7. Grayscale: #5E5E5E. Windows color (decimal): -13075160 or 2653496. OLE color: 2653496.

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

Color convert

RGB5612540-
CMYK0.5500.680.51
HSL108.71º51.52%32.35%-
HSV(B)108.71º68%49.02%-
XYZ9.3515.664.54-
YUV94.6897.14100.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 125 (49.22% from 255) = 56.56%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=25.34%
G=56.56%
B=18.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56125400.5500.680.51108.7151.5232.35
Hex387D2837044336d3420
Octal7017550670104631556440
Binary1110001111101101000110111010001001100111101101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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