#328818

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

Shades of Bilbao #328818

Tints of Bilbao #328818

Color information

#328818 (or 0x328818) is unknown color: approx Bilbao. HEX triplet: 32, 88 and 18. RGB value is (50,136,24). Sum of RGB (Red+Green+Blue) = 50+136+24=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #328818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328818 is #CD77E7. Grayscale: #616161. Windows color (decimal): -13465576 or 1607730. OLE color: 1607730.

HSL color Cylindrical-coordinate representation of color #328818: hue angle of 106.07º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #328818 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB5013624-
CMYK0.6300.820.47
HSL106.07º70%31.37%-
HSV(B)106.07º82.35%53.33%-
XYZ10.2818.353.86-
YUV97.5286.5194.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 136 (53.52% from 255) = 64.76%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=23.81%
G=64.76%
B=11.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136240.6300.820.47106.077031.37
Hex3288183F0522F6a461f
Octal62210307701225715210637
Binary1100101000100011000111111010100101011111101010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328818; }

 p { color: rgb(50,136,24); }

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

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

 a { background-color: rgb(50,136,24); }

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

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

 span { border-color: rgb(50,136,24); }

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