#328518

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

Shades of Bilbao #328518

Tints of Bilbao #328518

Color information

#328518 (or 0x328518) is unknown color: approx Bilbao. HEX triplet: 32, 85 and 18. RGB value is (50,133,24). Sum of RGB (Red+Green+Blue) = 50+133+24=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #328518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328518 is #CD7AE7. Grayscale: #606060. Windows color (decimal): -13466344 or 1606962. OLE color: 1606962.

HSL color Cylindrical-coordinate representation of color #328518: hue angle of 105.69º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #328518 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB5013324-
CMYK0.6200.820.48
HSL105.69º69.43%30.78%-
HSV(B)105.69º81.95%52.16%-
XYZ9.8717.523.73-
YUV95.7687.595.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 133 (52.34% from 255) = 64.25%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=24.15%
G=64.25%
B=11.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133240.6200.820.48105.6969.4330.78
Hex3285183E052306a451f
Octal62205307601226015210537
Binary1100101000010111000111110010100101100001101010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328518; }

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

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

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

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

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

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

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

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