#327000

Color #327000 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #327000

Tints of Bilbao #327000

Color information

#327000 (or 0x327000) is unknown color: approx 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

RGB501120-
CMYK0.55010.56
HSL93.21º100%21.96%-
HSV(B)93.21º100%43.92%-
XYZ7.1112.271.99-
YUV80.6982.46106.11-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5011200.55010.5693.2110021.96
Hex3270037064385d6416
Octal6216006701447013514426
Binary11001011100000110111011001001110001011101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>