#327217

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

Shades of Bilbao #327217

Tints of Bilbao #327217

Color information

#327217 (or 0x327217) is unknown color: approx Bilbao. HEX triplet: 32, 72 and 17. RGB value is (50,114,23). Sum of RGB (Red+Green+Blue) = 50+114+23=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #327217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327217 is #CD8DE8. Grayscale: #545454. Windows color (decimal): -13471209 or 1536562. OLE color: 1536562.

HSL color Cylindrical-coordinate representation of color #327217: hue angle of 102.2º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #327217 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB5011423-
CMYK0.5600.800.55
HSL102.2º66.42%26.86%-
HSV(B)102.2º79.82%44.71%-
XYZ7.4912.772.88-
YUV84.4993.3103.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 114 (44.92% from 255) = 60.96%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=26.74%
G=60.96%
B=12.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114230.5600.800.55102.266.4226.86
Hex327217380503766421b
Octal62162277001206714610233
Binary110010111001010111111000010100001101111100110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327217; }

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

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

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

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

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

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

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

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