Html Css Color HEX #327322 Bilbao

📋 copy color: '#327322'

red 50 ◦ green 115 ◦ blue 34

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

Shades of Bilbao #327322

Tints of Bilbao #327322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.79%

 BLUE value IS 34 (13.67% from 255) = 17.09%

R = 25.13%
G = 57.79%
B = 17.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#327322 (or 0x327322) is known color: Bilbao. HEX triplet: 32, 73 and 22. RGB value is (50,115,34). Sum of RGB (Red+Green+Blue) = 50+115+34=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #327322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327322 is #CD8CDD. Grayscale: #565656. Windows color (decimal): -13470942 or 2257714. OLE color: 2257714.

HSL color Cylindrical-coordinate representation of color #327322: hue angle of 108.15º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #327322 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 34 -
CMYK 0.57 0 0.70 0.55
HSL 108.15º 0.54% 0.29% -
HSV(B) 108.15º 0.7% 0.45% -
XYZ 7.73 13.06 3.63 -
YUV 86.33 98.47 102.09 -
System Red Green Blue C M Y K H S L
Decimal 50 115 34 0.57 0 0.70 0.55 108.15 0.54 0.29
Hex 32 73 22 39 0 46 37 6C 36 1D
Octal 62 163 42 71 0 106 67 154 66 35
Binary 110010 1110011 100010 111001 0 1000110 110111 1101100 110110 11101

Color Harmonies of #327322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327322

Black with #327322

Text Example


Text Example

White with #327322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327322; }

 p { color: rgb(50,115,34); }

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

background-color css

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

 a { background-color: rgb(50,115,34); }

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

border-color css

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

 span { border-color: rgb(50,115,34); }

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