Html Css Color HEX #327009 Bilbao

📋 copy color: '#327009'

red 50 ◦ green 112 ◦ blue 9

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

Shades of Bilbao #327009

Tints of Bilbao #327009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 65.5%

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 29.24%
G = 65.5%
B = 5.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#327009 (or 0x327009) is known color: Bilbao. HEX triplet: 32, 70 and 09. RGB value is (50,112,9). Sum of RGB (Red+Green+Blue) = 50+112+9=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 112 (44.14% from 255 or 65.50% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 112 - color contains mainly: green. Hex color #327009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327009 is #CD8FF6. Grayscale: #525252. Windows color (decimal): -13471735 or 618546. OLE color: 618546.

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

Color convert

RGB 50 112 9 -
CMYK 0.55 0 0.92 0.56
HSL 96.12º 0.85% 0.24% -
HSV(B) 96.12º 0.92% 0.44% -
XYZ 7.16 12.29 2.25 -
YUV 81.72 86.96 105.38 -
System Red Green Blue C M Y K H S L
Decimal 50 112 9 0.55 0 0.92 0.56 96.12 0.85 0.24
Hex 32 70 9 37 0 5C 38 60 55 18
Octal 62 160 11 67 0 134 70 140 125 30
Binary 110010 1110000 1001 110111 0 1011100 111000 1100000 1010101 11000

Color Harmonies of #327009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327009

Black with #327009

Text Example


Text Example

White with #327009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327009; }

 p { color: rgb(50,112,9); }

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

background-color css

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

 a { background-color: rgb(50,112,9); }

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

border-color css

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

 span { border-color: rgb(50,112,9); }

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