#327110

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

Shades of Bilbao #327110

Tints of Bilbao #327110

Color information

#327110 (or 0x327110) is unknown color: approx Bilbao. HEX triplet: 32, 71 and 10. RGB value is (50,113,16). Sum of RGB (Red+Green+Blue) = 50+113+16=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #327110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327110 is #CD8EEF. Grayscale: #535353. Windows color (decimal): -13471472 or 1077554. OLE color: 1077554.

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

Color convert

RGB5011316-
CMYK0.5600.860.56
HSL98.97º75.19%25.29%-
HSV(B)98.97º85.84%44.31%-
XYZ7.3112.532.52-
YUV83.190.13104.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 113 (44.53% from 255) = 63.13%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=27.93%
G=63.13%
B=8.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113160.5600.860.5698.9775.1925.29
Hex3271103805638634b19
Octal62161207001267014311331
Binary110010111000110000111000010101101110001100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327110; }

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

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

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

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

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

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

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

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