#358D05

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

Shades of Bilbao #358D05

Tints of Bilbao #358D05

Color information

#358D05 (or 0x358D05) is unknown color: approx Bilbao. HEX triplet: 35, 8D and 05. RGB value is (53,141,5). Sum of RGB (Red+Green+Blue) = 53+141+5=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 141 (55.47% from 255 or 70.85% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 141 - color contains mainly: green. Hex color #358D05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358D05 is #CA72FA. Grayscale: #636363. Windows color (decimal): -13267707 or 363829. OLE color: 363829.

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

Color convert

RGB531415-
CMYK0.6200.960.45
HSL98.82º93.15%28.63%-
HSV(B)98.82º96.45%55.29%-
XYZ11.0219.823.39-
YUV99.1874.8595.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 141 (55.47% from 255) = 70.85%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=26.63%
G=70.85%
B=2.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5314150.6200.960.4598.8293.1528.63
Hex358D53E0602D635d1d
Octal6521557601405514313535
Binary11010110001101101111110011000001011011100011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,141,5); }

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

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

 a { background-color: rgb(53,141,5); }

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

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

 span { border-color: rgb(53,141,5); }

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