#356A13

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

Shades of Bilbao #356A13

Tints of Bilbao #356A13

Color information

#356A13 (or 0x356A13) is unknown color: approx Bilbao. HEX triplet: 35, 6A and 13. RGB value is (53,106,19). Sum of RGB (Red+Green+Blue) = 53+106+19=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 106 (41.80% from 255 or 59.55% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 106 - color contains mainly: green. Hex color #356A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356A13 is #CA95EC. Grayscale: #505050. Windows color (decimal): -13276653 or 1272373. OLE color: 1272373.

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

Color convert

RGB5310619-
CMYK0.500.820.58
HSL96.55º69.6%24.51%-
HSV(B)96.55º82.08%41.57%-
XYZ6.7411.112.41-
YUV80.2393.44108.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.78%
GREEN value IS 106 (41.80% from 255) = 59.55%
BLUE value IS 19 (7.81% from 255) = 10.67%
R=29.78%
G=59.55%
B=10.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106190.500.820.5896.5569.624.51
Hex356A13320523A614619
Octal65152236201227214110631
Binary110101110101010011110010010100101110101100001100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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