#387629

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

Shades of Bilbao #387629

Tints of Bilbao #387629

Color information

#387629 (or 0x387629) is unknown color: approx Bilbao. HEX triplet: 38, 76 and 29. RGB value is (56,118,41). Sum of RGB (Red+Green+Blue) = 56+118+41=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #387629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387629 is #C789D6. Grayscale: #5A5A5A. Windows color (decimal): -13076951 or 2717240. OLE color: 2717240.

HSL color Cylindrical-coordinate representation of color #387629: hue angle of 108.31º 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 #387629 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB5611841-
CMYK0.5300.650.54
HSL108.31º48.43%31.18%-
HSV(B)108.31º65.25%46.27%-
XYZ8.5113.964.34-
YUV90.6899.96103.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 118 (46.48% from 255) = 54.88%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=26.05%
G=54.88%
B=19.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56118410.5300.650.54108.3148.4331.18
Hex38762935041366c301f
Octal7016651650101661546037
Binary111000111011010100111010101000001110110110110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387629; }

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

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

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

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

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

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

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

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