#358518

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

Shades of Bilbao #358518

Tints of Bilbao #358518

Color information

#358518 (or 0x358518) is unknown color: approx Bilbao. HEX triplet: 35, 85 and 18. RGB value is (53,133,24). Sum of RGB (Red+Green+Blue) = 53+133+24=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 133 (52.34% from 255 or 63.33% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 133 - color contains mainly: green. Hex color #358518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358518 is #CA7AE7. Grayscale: #616161. Windows color (decimal): -13269736 or 1606965. OLE color: 1606965.

HSL color Cylindrical-coordinate representation of color #358518: hue angle of 104.04º 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 #358518 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB5313324-
CMYK0.6000.820.48
HSL104.04º69.43%30.78%-
HSV(B)104.04º81.95%52.16%-
XYZ10.0217.63.73-
YUV96.658796.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 133 (52.34% from 255) = 63.33%
BLUE value IS 24 (9.77% from 255) = 11.43%
R=25.24%
G=63.33%
B=11.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53133240.6000.820.48104.0469.4330.78
Hex3585183C0523068451f
Octal65205307401226015010537
Binary1101011000010111000111100010100101100001101000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358518; }

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

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

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

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

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

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

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

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