#357E16

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

Shades of Bilbao #357E16

Tints of Bilbao #357E16

Color information

#357E16 (or 0x357E16) is unknown color: approx Bilbao. HEX triplet: 35, 7E and 16. RGB value is (53,126,22). Sum of RGB (Red+Green+Blue) = 53+126+22=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 126 (49.61% from 255 or 62.69% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 126 - color contains mainly: green. Hex color #357E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357E16 is #CA81E9. Grayscale: #5C5C5C. Windows color (decimal): -13271530 or 1474101. OLE color: 1474101.

HSL color Cylindrical-coordinate representation of color #357E16: hue angle of 102.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #357E16 is Cyan = 0.58, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB5312622-
CMYK0.5800.830.51
HSL102.12º70.27%29.02%-
HSV(B)102.12º82.54%49.41%-
XYZ9.0715.743.32-
YUV92.3288.3299.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 126 (49.61% from 255) = 62.69%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=26.37%
G=62.69%
B=10.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53126220.5800.830.51102.1270.2729.02
Hex357E163A0533366461d
Octal65176267201236314610635
Binary110101111111010110111010010100111100111100110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357E16; }

 p { color: rgb(53,126,22); }

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

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

 a { background-color: rgb(53,126,22); }

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

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

 span { border-color: rgb(53,126,22); }

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