Html Css Color HEX #327006 Bilbao

📋 copy color: '#327006'

red 50 ◦ green 112 ◦ blue 6

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

Shades of Bilbao #327006

Tints of Bilbao #327006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 29.76%
G = 66.67%
B = 3.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#327006 (or 0x327006) is known color: Bilbao. HEX triplet: 32, 70 and 06. RGB value is (50,112,6). Sum of RGB (Red+Green+Blue) = 50+112+6=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #327006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327006 is #CD8FF9. Grayscale: #515151. Windows color (decimal): -13471738 or 421938. OLE color: 421938.

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

Color convert

RGB 50 112 6 -
CMYK 0.55 0 0.95 0.56
HSL 95.09º 0.9% 0.23% -
HSV(B) 95.09º 0.95% 0.44% -
XYZ 7.14 12.28 2.17 -
YUV 81.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 50 112 6 0.55 0 0.95 0.56 95.09 0.9 0.23
Hex 32 70 6 37 0 5F 38 5F 5A 17
Octal 62 160 6 67 0 137 70 137 132 27
Binary 110010 1110000 110 110111 0 1011111 111000 1011111 1011010 10111

Color Harmonies of #327006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327006

Black with #327006

Text Example


Text Example

White with #327006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327006; }

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

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

background-color css

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

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

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

border-color css

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

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

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