Html Css Color HEX #327000 Bilbao

📋 copy color: '#327000'

red 50 ◦ green 112 ◦ blue 0

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

Shades of Bilbao #327000

Tints of Bilbao #327000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.86%
G = 69.14%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#327000 (or 0x327000) is known color: Bilbao. HEX triplet: 32, 70 and 00. RGB value is (50,112,0). Sum of RGB (Red+Green+Blue) = 50+112+0=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 112 (44.14% from 255 or 69.14% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 112 - color contains mainly: green. Hex color #327000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327000 is #CD8FFF. Grayscale: #515151. Windows color (decimal): -13471744 or 28722. OLE color: 28722.

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

Color convert

RGB 50 112 0 -
CMYK 0.55 0 1 0.56
HSL 93.21º 1% 0.22% -
HSV(B) 93.21º 1% 0.44% -
XYZ 7.11 12.27 1.99 -
YUV 80.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 50 112 0 0.55 0 1 0.56 93.21 1 0.22
Hex 32 70 0 37 0 64 38 5D 64 16
Octal 62 160 0 67 0 144 70 135 144 26
Binary 110010 1110000 0 110111 0 1100100 111000 1011101 1100100 10110

Color Harmonies of #327000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327000

Black with #327000

Text Example


Text Example

White with #327000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327000; }

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

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

background-color css

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

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

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

border-color css

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

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

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