#356B1D

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

Shades of Bilbao #356B1D

Tints of Bilbao #356B1D

Color information

#356B1D (or 0x356B1D) is unknown color: approx Bilbao. HEX triplet: 35, 6B and 1D. RGB value is (53,107,29). Sum of RGB (Red+Green+Blue) = 53+107+29=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #356B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B1D is #CA94E2. Grayscale: #525252. Windows color (decimal): -13276387 or 1927989. OLE color: 1927989.

HSL color Cylindrical-coordinate representation of color #356B1D: hue angle of 101.54º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #356B1D is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB5310729-
CMYK0.5000.730.58
HSL101.54º57.35%26.67%-
HSV(B)101.54º72.9%41.96%-
XYZ6.9511.362.99-
YUV81.9698.11107.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 107 (42.19% from 255) = 56.61%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=28.04%
G=56.61%
B=15.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107290.5000.730.58101.5457.3526.67
Hex356B1D320493A66391b
Octal6515335620111721467133
Binary11010111010111110111001001001001111010110011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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