Html Css Color HEX #327004 Bilbao

📋 copy color: '#327004'

red 50 ◦ green 112 ◦ blue 4

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

Shades of Bilbao #327004

Tints of Bilbao #327004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 30.12%
G = 67.47%
B = 2.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#327004 (or 0x327004) is known color: Bilbao. HEX triplet: 32, 70 and 04. RGB value is (50,112,4). Sum of RGB (Red+Green+Blue) = 50+112+4=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #327004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327004 is #CD8FFB. Grayscale: #515151. Windows color (decimal): -13471740 or 290866. OLE color: 290866.

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

Color convert

RGB 50 112 4 -
CMYK 0.55 0 0.96 0.56
HSL 94.44º 0.93% 0.23% -
HSV(B) 94.44º 0.96% 0.44% -
XYZ 7.13 12.28 2.11 -
YUV 81.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 50 112 4 0.55 0 0.96 0.56 94.44 0.93 0.23
Hex 32 70 4 37 0 60 38 5E 5D 17
Octal 62 160 4 67 0 140 70 136 135 27
Binary 110010 1110000 100 110111 0 1100000 111000 1011110 1011101 10111

Color Harmonies of #327004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327004

Black with #327004

Text Example


Text Example

White with #327004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327004; }

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

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

background-color css

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

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

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

border-color css

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

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

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