Html Css Color HEX #327321 Bilbao

📋 copy color: '#327321'

red 50 ◦ green 115 ◦ blue 33

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

Shades of Bilbao #327321

Tints of Bilbao #327321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.67%

R = 25.25%
G = 58.08%
B = 16.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#327321 (or 0x327321) is known color: Bilbao. HEX triplet: 32, 73 and 21. RGB value is (50,115,33). Sum of RGB (Red+Green+Blue) = 50+115+33=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #327321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327321 is #CD8CDE. Grayscale: #565656. Windows color (decimal): -13470943 or 2192178. OLE color: 2192178.

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

Color convert

RGB 50 115 33 -
CMYK 0.57 0 0.71 0.55
HSL 107.56º 0.55% 0.29% -
HSV(B) 107.56º 0.71% 0.45% -
XYZ 7.72 13.05 3.55 -
YUV 86.22 97.97 102.17 -
System Red Green Blue C M Y K H S L
Decimal 50 115 33 0.57 0 0.71 0.55 107.56 0.55 0.29
Hex 32 73 21 39 0 47 37 6C 37 1D
Octal 62 163 41 71 0 107 67 154 67 35
Binary 110010 1110011 100001 111001 0 1000111 110111 1101100 110111 11101

Color Harmonies of #327321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327321

Black with #327321

Text Example


Text Example

White with #327321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327321; }

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

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

background-color css

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

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

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

border-color css

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

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

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