#356C21

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

Shades of Bilbao #356C21

Tints of Bilbao #356C21

Color information

#356C21 (or 0x356C21) is unknown color: approx Bilbao. HEX triplet: 35, 6C and 21. RGB value is (53,108,33). Sum of RGB (Red+Green+Blue) = 53+108+33=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #356C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356C21 is #CA93DE. Grayscale: #535353. Windows color (decimal): -13276127 or 2190389. OLE color: 2190389.

HSL color Cylindrical-coordinate representation of color #356C21: hue angle of 104º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #356C21 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB5310833-
CMYK0.5100.690.58
HSL104º53.19%27.65%-
HSV(B)104º69.44%42.35%-
XYZ7.1111.593.3-
YUV8399.78106.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 108 (42.58% from 255) = 55.67%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=27.32%
G=55.67%
B=17.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53108330.5100.690.5810453.1927.65
Hex356C21330453A68351c
Octal6515441630105721506534
Binary110101110110010000111001101000101111010110100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,108,33); }

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

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

 a { background-color: rgb(53,108,33); }

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

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

 span { border-color: rgb(53,108,33); }

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