#327019

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

Shades of Bilbao #327019

Tints of Bilbao #327019

Color information

#327019 (or 0x327019) is unknown color: approx Bilbao. HEX triplet: 32, 70 and 19. RGB value is (50,112,25). Sum of RGB (Red+Green+Blue) = 50+112+25=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #327019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327019 is #CD8FE6. Grayscale: #535353. Windows color (decimal): -13471719 or 1667122. OLE color: 1667122.

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

Color convert

RGB5011225-
CMYK0.5500.780.56
HSL102.76º63.5%26.86%-
HSV(B)102.76º77.68%43.92%-
XYZ7.2912.342.92-
YUV83.5494.96104.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=26.74%
G=59.89%
B=13.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50112250.5500.780.56102.7663.526.86
Hex3270193704E3867401b
Octal62160316701167014710033
Binary110010111000011001110111010011101110001100111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327019; }

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

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

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

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

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

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

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

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