#358817

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

Shades of Bilbao #358817

Tints of Bilbao #358817

Color information

#358817 (or 0x358817) is unknown color: approx Bilbao. HEX triplet: 35, 88 and 17. RGB value is (53,136,23). Sum of RGB (Red+Green+Blue) = 53+136+23=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #358817 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358817 is #CA77E8. Grayscale: #626262. Windows color (decimal): -13268969 or 1542197. OLE color: 1542197.

HSL color Cylindrical-coordinate representation of color #358817: hue angle of 104.07º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #358817 is Cyan = 0.61, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB5313623-
CMYK0.6100.830.47
HSL104.07º71.07%31.18%-
HSV(B)104.07º83.09%53.33%-
XYZ10.4318.433.82-
YUV98.385.595.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 64.15%
BLUE value IS 23 (9.38% from 255) = 10.85%
R=25%
G=64.15%
B=10.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136230.6100.830.47104.0771.0731.18
Hex3588173D0532F68471f
Octal65210277501235715010737
Binary1101011000100010111111101010100111011111101000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358817; }

 p { color: rgb(53,136,23); }

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

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

 a { background-color: rgb(53,136,23); }

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

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

 span { border-color: rgb(53,136,23); }

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