#357011

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

Shades of Bilbao #357011

Tints of Bilbao #357011

Color information

#357011 (or 0x357011) is unknown color: approx Bilbao. HEX triplet: 35, 70 and 11. RGB value is (53,112,17). Sum of RGB (Red+Green+Blue) = 53+112+17=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #357011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357011 is #CA8FEE. Grayscale: #535353. Windows color (decimal): -13275119 or 1142837. OLE color: 1142837.

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

Color convert

RGB5311217-
CMYK0.5300.850.56
HSL97.26º73.64%25.29%-
HSV(B)97.26º84.82%43.92%-
XYZ7.3612.392.53-
YUV83.5390.45106.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 112 (44.14% from 255) = 61.54%
BLUE value IS 17 (7.03% from 255) = 9.34%
R=29.12%
G=61.54%
B=9.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112170.5300.850.5697.2673.6425.29
Hex3570113505538614a19
Octal65160216501257014111231
Binary110101111000010001110101010101011110001100001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357011; }

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

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

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

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

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

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

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

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