#328510

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

Shades of Bilbao #328510

Tints of Bilbao #328510

Color information

#328510 (or 0x328510) is unknown color: approx Bilbao. HEX triplet: 32, 85 and 10. RGB value is (50,133,16). Sum of RGB (Red+Green+Blue) = 50+133+16=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #328510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #328510 is #CD7AEF. Grayscale: #5F5F5F. Windows color (decimal): -13466352 or 1082674. OLE color: 1082674.

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

Color convert

RGB5013316-
CMYK0.6200.880.48
HSL102.56º78.52%29.22%-
HSV(B)102.56º87.97%52.16%-
XYZ9.817.493.35-
YUV94.8483.596.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 133 (52.34% from 255) = 66.83%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=25.13%
G=66.83%
B=8.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133160.6200.880.48102.5678.5229.22
Hex3285103E05830674f1d
Octal62205207601306014711735
Binary1100101000010110000111110010110001100001100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328510; }

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

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

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

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

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

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

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

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