#358312

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

Shades of Bilbao #358312

Tints of Bilbao #358312

Color information

#358312 (or 0x358312) is unknown color: approx Bilbao. HEX triplet: 35, 83 and 12. RGB value is (53,131,18). Sum of RGB (Red+Green+Blue) = 53+131+18=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #358312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358312 is #CA7CED. Grayscale: #5F5F5F. Windows color (decimal): -13270254 or 1213237. OLE color: 1213237.

HSL color Cylindrical-coordinate representation of color #358312: hue angle of 101.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #358312 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB5313118-
CMYK0.6000.860.49
HSL101.42º75.84%29.22%-
HSV(B)101.42º86.26%51.37%-
XYZ9.6917.033.35-
YUV94.884.6698.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 131 (51.56% from 255) = 64.85%
BLUE value IS 18 (7.42% from 255) = 8.91%
R=26.24%
G=64.85%
B=8.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131180.6000.860.49101.4275.8429.22
Hex3583123C05631654c1d
Octal65203227401266114511435
Binary1101011000001110010111100010101101100011100101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358312; }

 p { color: rgb(53,131,18); }

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

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

 a { background-color: rgb(53,131,18); }

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

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

 span { border-color: rgb(53,131,18); }

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