#327713

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

Shades of Bilbao #327713

Tints of Bilbao #327713

Color information

#327713 (or 0x327713) is unknown color: approx Bilbao. HEX triplet: 32, 77 and 13. RGB value is (50,119,19). Sum of RGB (Red+Green+Blue) = 50+119+19=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #327713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327713 is #CD88EC. Grayscale: #575757. Windows color (decimal): -13469933 or 1275698. OLE color: 1275698.

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

Color convert

RGB5011919-
CMYK0.5800.840.53
HSL101.4º72.46%27.06%-
HSV(B)101.4º84.03%46.67%-
XYZ8.0313.922.88-
YUV86.9789.64101.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.60%
GREEN value IS 119 (46.88% from 255) = 63.30%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=26.60%
G=63.30%
B=10.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119190.5800.840.53101.472.4627.06
Hex3277133A0543565481b
Octal62167237201246514511033
Binary110010111011110011111010010101001101011100101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327713; }

 p { color: rgb(50,119,19); }

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

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

 a { background-color: rgb(50,119,19); }

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

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

 span { border-color: rgb(50,119,19); }

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