#356916

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

Shades of Bilbao #356916

Tints of Bilbao #356916

Color information

#356916 (or 0x356916) is unknown color: approx Bilbao. HEX triplet: 35, 69 and 16. RGB value is (53,105,22). Sum of RGB (Red+Green+Blue) = 53+105+22=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 105 (41.41% from 255 or 58.33% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 105 - color contains mainly: green. Hex color #356916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356916 is #CA96E9. Grayscale: #505050. Windows color (decimal): -13276906 or 1468725. OLE color: 1468725.

HSL color Cylindrical-coordinate representation of color #356916: hue angle of 97.59º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #356916 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB5310522-
CMYK0.5000.790.59
HSL97.59º65.35%24.9%-
HSV(B)97.59º79.05%41.18%-
XYZ6.6610.922.52-
YUV79.9995.27108.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 105 (41.41% from 255) = 58.33%
BLUE value IS 22 (8.98% from 255) = 12.22%
R=29.44%
G=58.33%
B=12.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105220.5000.790.5997.5965.3524.9
Hex3569163204F3B624119
Octal65151266201177314210131
Binary110101110100110110110010010011111110111100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356916; }

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

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

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

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

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

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

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

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