#387529

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

Shades of Bilbao #387529

Tints of Bilbao #387529

Color information

#387529 (or 0x387529) is unknown color: approx Bilbao. HEX triplet: 38, 75 and 29. RGB value is (56,117,41). Sum of RGB (Red+Green+Blue) = 56+117+41=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #387529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387529 is #C78AD6. Grayscale: #5A5A5A. Windows color (decimal): -13077207 or 2716984. OLE color: 2716984.

HSL color Cylindrical-coordinate representation of color #387529: hue angle of 108.16º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #387529 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB5611741-
CMYK0.5200.650.54
HSL108.16º48.1%30.98%-
HSV(B)108.16º64.96%45.88%-
XYZ8.3913.724.3-
YUV90.1100.29103.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 117 (46.09% from 255) = 54.67%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=26.17%
G=54.67%
B=19.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56117410.5200.650.54108.1648.130.98
Hex38752934041366c301f
Octal7016551640101661546037
Binary111000111010110100111010001000001110110110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387529; }

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

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

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

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

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

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

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

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