#327717

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

Shades of Bilbao #327717

Tints of Bilbao #327717

Color information

#327717 (or 0x327717) is unknown color: approx Bilbao. HEX triplet: 32, 77 and 17. RGB value is (50,119,23). Sum of RGB (Red+Green+Blue) = 50+119+23=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #327717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327717 is #CD88E8. Grayscale: #575757. Windows color (decimal): -13469929 or 1537842. OLE color: 1537842.

HSL color Cylindrical-coordinate representation of color #327717: hue angle of 103.12º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #327717 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.

Color convert

RGB5011923-
CMYK0.5800.810.53
HSL103.12º67.61%27.84%-
HSV(B)103.12º80.67%46.67%-
XYZ8.0713.933.07-
YUV87.4291.64101.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=26.04%
G=61.98%
B=11.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119230.5800.810.53103.1267.6127.84
Hex3277173A0513567441c
Octal62167277201216514710434
Binary110010111011110111111010010100011101011100111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327717; }

 p { color: rgb(50,119,23); }

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

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

 a { background-color: rgb(50,119,23); }

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

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

 span { border-color: rgb(50,119,23); }

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