Html Css Color HEX #327003 Bilbao

📋 copy color: '#327003'

red 50 ◦ green 112 ◦ blue 3

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

Shades of Bilbao #327003

Tints of Bilbao #327003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 30.3%
G = 67.88%
B = 1.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#327003 (or 0x327003) is known color: Bilbao. HEX triplet: 32, 70 and 03. RGB value is (50,112,3). Sum of RGB (Red+Green+Blue) = 50+112+3=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #327003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327003 is #CD8FFC. Grayscale: #515151. Windows color (decimal): -13471741 or 225330. OLE color: 225330.

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

Color convert

RGB 50 112 3 -
CMYK 0.55 0 0.97 0.56
HSL 94.13º 0.95% 0.23% -
HSV(B) 94.13º 0.97% 0.44% -
XYZ 7.13 12.27 2.08 -
YUV 81.04 83.96 105.86 -
System Red Green Blue C M Y K H S L
Decimal 50 112 3 0.55 0 0.97 0.56 94.13 0.95 0.23
Hex 32 70 3 37 0 61 38 5E 5F 17
Octal 62 160 3 67 0 141 70 136 137 27
Binary 110010 1110000 11 110111 0 1100001 111000 1011110 1011111 10111

Color Harmonies of #327003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327003

Black with #327003

Text Example


Text Example

White with #327003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327003; }

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

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

background-color css

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

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

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

border-color css

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

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

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