#387D26

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

Shades of Bilbao #387D26

Tints of Bilbao #387D26

Color information

#387D26 (or 0x387D26) is unknown color: approx Bilbao. HEX triplet: 38, 7D and 26. RGB value is (56,125,38). Sum of RGB (Red+Green+Blue) = 56+125+38=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #387D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D26 is #C782D9. Grayscale: #5E5E5E. Windows color (decimal): -13075162 or 2522424. OLE color: 2522424.

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

Color convert

RGB5612538-
CMYK0.5500.700.51
HSL107.59º53.37%31.96%-
HSV(B)107.59º69.6%49.02%-
XYZ9.3115.654.36-
YUV94.4596.14100.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.57%
GREEN value IS 125 (49.22% from 255) = 57.08%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=25.57%
G=57.08%
B=17.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56125380.5500.700.51107.5953.3731.96
Hex387D2637046336c3520
Octal7017546670106631546540
Binary1110001111101100110110111010001101100111101100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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