#387129

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

Shades of Bilbao #387129

Tints of Bilbao #387129

Color information

#387129 (or 0x387129) is unknown color: approx Bilbao. HEX triplet: 38, 71 and 29. RGB value is (56,113,41). Sum of RGB (Red+Green+Blue) = 56+113+41=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #387129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387129 is #C78ED6. Grayscale: #575757. Windows color (decimal): -13078231 or 2715960. OLE color: 2715960.

HSL color Cylindrical-coordinate representation of color #387129: hue angle of 107.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #387129 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB5611341-
CMYK0.5000.640.56
HSL107.5º46.75%30.2%-
HSV(B)107.5º63.72%44.31%-
XYZ7.9412.814.15-
YUV87.75101.62105.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 113 (44.53% from 255) = 53.81%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=26.67%
G=53.81%
B=19.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113410.5000.640.56107.546.7530.2
Hex38712932040386c2f1e
Octal7016151620100701545736
Binary111000111000110100111001001000000111000110110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387129; }

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

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

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

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

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

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

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

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