#357012

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

Shades of Bilbao #357012

Tints of Bilbao #357012

Color information

#357012 (or 0x357012) is unknown color: approx Bilbao. HEX triplet: 35, 70 and 12. RGB value is (53,112,18). Sum of RGB (Red+Green+Blue) = 53+112+18=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #357012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357012 is #CA8FED. Grayscale: #535353. Windows color (decimal): -13275118 or 1208373. OLE color: 1208373.

HSL color Cylindrical-coordinate representation of color #357012: hue angle of 97.66º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #357012 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB5311218-
CMYK0.5300.840.56
HSL97.66º72.31%25.49%-
HSV(B)97.66º83.93%43.92%-
XYZ7.3712.392.58-
YUV83.6490.95106.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=28.96%
G=61.20%
B=9.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112180.5300.840.5697.6672.3125.49
Hex3570123505438624819
Octal65160226501247014211031
Binary110101111000010010110101010101001110001100010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357012; }

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

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

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

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

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

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

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

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