#358C16

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

Shades of Bilbao #358C16

Tints of Bilbao #358C16

Color information

#358C16 (or 0x358C16) is unknown color: approx Bilbao. HEX triplet: 35, 8C and 16. RGB value is (53,140,22). Sum of RGB (Red+Green+Blue) = 53+140+22=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 140 (55.08% from 255 or 65.12% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 140 - color contains mainly: green. Hex color #358C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358C16 is #CA73E9. Grayscale: #646464. Windows color (decimal): -13267946 or 1477685. OLE color: 1477685.

HSL color Cylindrical-coordinate representation of color #358C16: hue angle of 104.24º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #358C16 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB5314022-
CMYK0.6200.840.45
HSL104.24º72.84%31.76%-
HSV(B)104.24º84.29%54.9%-
XYZ10.9919.573.96-
YUV100.5383.6894.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 140 (55.08% from 255) = 65.12%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=24.65%
G=65.12%
B=10.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53140220.6200.840.45104.2472.8431.76
Hex358C163E0542D684920
Octal65214267601245515011140
Binary11010110001100101101111100101010010110111010001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358C16; }

 p { color: rgb(53,140,22); }

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

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

 a { background-color: rgb(53,140,22); }

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

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

 span { border-color: rgb(53,140,22); }

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