Html Css Color HEX #327211 Bilbao

📋 copy color: '#327211'

red 50 ◦ green 114 ◦ blue 17

#327211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #327211

Tints of Bilbao #327211

RGB

 RED value IS 50 (19.92% from 255) = 27.62%

 GREEN value IS 114 (44.92% from 255) = 62.98%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 27.62%
G = 62.98%
B = 9.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#327211 (or 0x327211) is known color: Bilbao. HEX triplet: 32, 72 and 11. RGB value is (50,114,17). Sum of RGB (Red+Green+Blue) = 50+114+17=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #327211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327211 is #CD8DEE. Grayscale: #545454. Windows color (decimal): -13471215 or 1143346. OLE color: 1143346.

HSL color Cylindrical-coordinate representation of color #327211: hue angle of 99.59º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #327211 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 17 -
CMYK 0.56 0 0.85 0.55
HSL 99.59º 0.74% 0.26% -
HSV(B) 99.59º 0.85% 0.45% -
XYZ 7.43 12.75 2.6 -
YUV 83.81 90.3 103.89 -
System Red Green Blue C M Y K H S L
Decimal 50 114 17 0.56 0 0.85 0.55 99.59 0.74 0.26
Hex 32 72 11 38 0 55 37 64 4A 1A
Octal 62 162 21 70 0 125 67 144 112 32
Binary 110010 1110010 10001 111000 0 1010101 110111 1100100 1001010 11010

Color Harmonies of #327211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327211

Black with #327211

Text Example


Text Example

White with #327211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327211; }

 p { color: rgb(50,114,17); }

 H1.HeaderClassName
 {
   color: #327211;
 }
 .AnyTagClassName
 {
   color: #327211;
 }
</style>

background-color css

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

 a { background-color: rgb(50,114,17); }

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

border-color css

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

 span { border-color: rgb(50,114,17); }

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