#387C29

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

Shades of Bilbao #387C29

Tints of Bilbao #387C29

Color information

#387C29 (or 0x387C29) is unknown color: approx Bilbao. HEX triplet: 38, 7C and 29. RGB value is (56,124,41). Sum of RGB (Red+Green+Blue) = 56+124+41=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #387C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C29 is #C783D6. Grayscale: #5E5E5E. Windows color (decimal): -13075415 or 2718776. OLE color: 2718776.

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

Color convert

RGB5612441-
CMYK0.5500.670.51
HSL109.16º50.3%32.35%-
HSV(B)109.16º66.94%48.63%-
XYZ9.2415.424.59-
YUV94.2197.97100.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.34%
GREEN value IS 124 (48.83% from 255) = 56.11%
BLUE value IS 41 (16.41% from 255) = 18.55%
R=25.34%
G=56.11%
B=18.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56124410.5500.670.51109.1650.332.35
Hex387C2937043336d3220
Octal7017451670103631556240
Binary1110001111100101001110111010000111100111101101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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