#358215

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

Shades of Bilbao #358215

Tints of Bilbao #358215

Color information

#358215 (or 0x358215) is unknown color: approx Bilbao. HEX triplet: 35, 82 and 15. RGB value is (53,130,21). Sum of RGB (Red+Green+Blue) = 53+130+21=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #358215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358215 is #CA7DEA. Grayscale: #5E5E5E. Windows color (decimal): -13270507 or 1409589. OLE color: 1409589.

HSL color Cylindrical-coordinate representation of color #358215: hue angle of 102.39º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #358215 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB5313021-
CMYK0.5900.840.49
HSL102.39º72.19%29.61%-
HSV(B)102.39º83.85%50.98%-
XYZ9.5916.783.44-
YUV94.5586.4998.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 130 (51.17% from 255) = 63.73%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=25.98%
G=63.73%
B=10.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53130210.5900.840.49102.3972.1929.61
Hex3582153B0543166481e
Octal65202257301246114611036
Binary1101011000001010101111011010101001100011100110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358215; }

 p { color: rgb(53,130,21); }

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

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

 a { background-color: rgb(53,130,21); }

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

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

 span { border-color: rgb(53,130,21); }

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