#387824

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

Shades of Bilbao #387824

Tints of Bilbao #387824

Color information

#387824 (or 0x387824) is unknown color: approx Bilbao. HEX triplet: 38, 78 and 24. RGB value is (56,120,36). Sum of RGB (Red+Green+Blue) = 56+120+36=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #387824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387824 is #C787DB. Grayscale: #5B5B5B. Windows color (decimal): -13076444 or 2390072. OLE color: 2390072.

HSL color Cylindrical-coordinate representation of color #387824: hue angle of 105.71º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387824 is Cyan = 0.53, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.

Color convert

RGB5612036-
CMYK0.5300.70.53
HSL105.71º53.85%30.59%-
HSV(B)105.71º70%47.06%-
XYZ8.6714.43.99-
YUV91.2996.8102.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 120 (47.27% from 255) = 56.60%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=26.42%
G=56.60%
B=16.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56120360.5300.70.53105.7153.8530.59
Hex38782435046356a361f
Octal7017044650106651526637
Binary111000111100010010011010101000110110101110101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387824; }

 p { color: rgb(56,120,36); }

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

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

 a { background-color: rgb(56,120,36); }

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

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

 span { border-color: rgb(56,120,36); }

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