#387121

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

Shades of Bilbao #387121

Tints of Bilbao #387121

Color information

#387121 (or 0x387121) is unknown color: approx Bilbao. HEX triplet: 38, 71 and 21. RGB value is (56,113,33). Sum of RGB (Red+Green+Blue) = 56+113+33=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #387121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387121 is #C78EDE. Grayscale: #575757. Windows color (decimal): -13078239 or 2191672. OLE color: 2191672.

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

Color convert

RGB5611333-
CMYK0.5000.710.56
HSL102.75º54.79%28.63%-
HSV(B)102.75º70.8%44.31%-
XYZ7.8112.763.49-
YUV86.8497.62106-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 113 (44.53% from 255) = 55.94%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=27.72%
G=55.94%
B=16.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56113330.5000.710.56102.7554.7928.63
Hex387121320473867371d
Octal7016141620107701476735
Binary111000111000110000111001001000111111000110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387121; }

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

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

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

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

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

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

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

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