#356B14

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

Shades of Bilbao #356B14

Tints of Bilbao #356B14

Color information

#356B14 (or 0x356B14) is unknown color: approx Bilbao. HEX triplet: 35, 6B and 14. RGB value is (53,107,20). Sum of RGB (Red+Green+Blue) = 53+107+20=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #356B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356B14 is #CA94EB. Grayscale: #515151. Windows color (decimal): -13276396 or 1338165. OLE color: 1338165.

HSL color Cylindrical-coordinate representation of color #356B14: hue angle of 97.24º degrees, saturation: 0.69, 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 #356B14 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB5310720-
CMYK0.5000.810.58
HSL97.24º68.5%24.9%-
HSV(B)97.24º81.31%41.96%-
XYZ6.8511.322.49-
YUV80.9493.61108.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 107 (42.19% from 255) = 59.44%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=29.44%
G=59.44%
B=11.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107200.5000.810.5897.2468.524.9
Hex356B14320513A614519
Octal65153246201217214110531
Binary110101110101110100110010010100011110101100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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