#356A14

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

Shades of Bilbao #356A14

Tints of Bilbao #356A14

Color information

#356A14 (or 0x356A14) is unknown color: approx Bilbao. HEX triplet: 35, 6A and 14. RGB value is (53,106,20). Sum of RGB (Red+Green+Blue) = 53+106+20=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #356A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356A14 is #CA95EB. Grayscale: #505050. Windows color (decimal): -13276652 or 1337909. OLE color: 1337909.

HSL color Cylindrical-coordinate representation of color #356A14: hue angle of 96.98º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #356A14 is Cyan = 0.5, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB5310620-
CMYK0.500.810.58
HSL96.98º68.25%24.71%-
HSV(B)96.98º81.13%41.57%-
XYZ6.7511.122.45-
YUV80.3593.94108.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=29.61%
G=59.22%
B=11.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106200.500.810.5896.9868.2524.71
Hex356A14320513A614419
Octal65152246201217214110431
Binary110101110101010100110010010100011110101100001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356A14; }

 p { color: rgb(53,106,20); }

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

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

 a { background-color: rgb(53,106,20); }

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

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

 span { border-color: rgb(53,106,20); }

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