#358A16

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

Shades of Bilbao #358A16

Tints of Bilbao #358A16

Color information

#358A16 (or 0x358A16) is unknown color: approx Bilbao. HEX triplet: 35, 8A and 16. RGB value is (53,138,22). Sum of RGB (Red+Green+Blue) = 53+138+22=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 138 (54.30% from 255 or 64.79% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 138 - color contains mainly: green. Hex color #358A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358A16 is #CA75E9. Grayscale: #636363. Windows color (decimal): -13268458 or 1477173. OLE color: 1477173.

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

Color convert

RGB5313822-
CMYK0.6200.840.46
HSL103.97º72.5%31.37%-
HSV(B)103.97º84.06%54.12%-
XYZ10.718.993.86-
YUV99.3684.3494.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 138 (54.30% from 255) = 64.79%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=24.88%
G=64.79%
B=10.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138220.6200.840.46103.9772.531.37
Hex358A163E0542E68481f
Octal65212267601245615011037
Binary1101011000101010110111110010101001011101101000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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