#327812

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

Shades of Bilbao #327812

Tints of Bilbao #327812

Color information

#327812 (or 0x327812) is unknown color: approx Bilbao. HEX triplet: 32, 78 and 12. RGB value is (50,120,18). Sum of RGB (Red+Green+Blue) = 50+120+18=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 120 (47.27% from 255 or 63.83% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 120 - color contains mainly: green. Hex color #327812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327812 is #CD87ED. Grayscale: #575757. Windows color (decimal): -13469678 or 1210418. OLE color: 1210418.

HSL color Cylindrical-coordinate representation of color #327812: hue angle of 101.18º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #327812 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB5012018-
CMYK0.5800.850.53
HSL101.18º73.91%27.06%-
HSV(B)101.18º85%47.06%-
XYZ8.1414.152.88-
YUV87.4488.81101.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 120 (47.27% from 255) = 63.83%
BLUE value IS 18 (7.42% from 255) = 9.57%
R=26.60%
G=63.83%
B=9.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120180.5800.850.53101.1873.9127.06
Hex3278123A05535654a1b
Octal62170227201256514511233
Binary110010111100010010111010010101011101011100101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327812; }

 p { color: rgb(50,120,18); }

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

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

 a { background-color: rgb(50,120,18); }

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

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

 span { border-color: rgb(50,120,18); }

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