#327D10

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

Shades of Bilbao #327D10

Tints of Bilbao #327D10

Color information

#327D10 (or 0x327D10) is unknown color: approx Bilbao. HEX triplet: 32, 7D and 10. RGB value is (50,125,16). Sum of RGB (Red+Green+Blue) = 50+125+16=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #327D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327D10 is #CD82EF. Grayscale: #5A5A5A. Windows color (decimal): -13468400 or 1080626. OLE color: 1080626.

HSL color Cylindrical-coordinate representation of color #327D10: hue angle of 101.28º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #327D10 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB5012516-
CMYK0.6000.870.51
HSL101.28º77.3%27.65%-
HSV(B)101.28º87.2%49.02%-
XYZ8.7415.383-
YUV90.1586.1599.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.18%
GREEN value IS 125 (49.22% from 255) = 65.45%
BLUE value IS 16 (6.64% from 255) = 8.38%
R=26.18%
G=65.45%
B=8.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50125160.6000.870.51101.2877.327.65
Hex327D103C05733654d1c
Octal62175207401276314511534
Binary110010111110110000111100010101111100111100101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327D10; }

 p { color: rgb(50,125,16); }

 H1.HeaderClassName
 {
   color: #327D10;
 }
 .AnyTagClassName
 {
   color: #327D10;
 }
</style>
background-color css

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

 a { background-color: rgb(50,125,16); }

 div.DivClassName
 {
   background-color: #327D10;
 }
 .BgClassName
 {
   background-color: #327D10;
 }
</style>
border-color css

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

 span { border-color: rgb(50,125,16); }

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