#356A2A

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

Shades of Green House #356A2A

Tints of Green House #356A2A

Color information

#356A2A (or 0x356A2A) is unknown color: approx Green House. HEX triplet: 35, 6A and 2A. RGB value is (53,106,42). Sum of RGB (Red+Green+Blue) = 53+106+42=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #356A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A2A is #CA95D5. Grayscale: #535353. Windows color (decimal): -13276630 or 2779701. OLE color: 2779701.

HSL color Cylindrical-coordinate representation of color #356A2A: hue angle of 109.69º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356A2A is Cyan = 0.5, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB5310642-
CMYK0.500.600.58
HSL109.69º43.24%29.02%-
HSV(B)109.69º60.38%41.57%-
XYZ7.0411.233.99-
YUV82.86104.94106.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 106 (41.80% from 255) = 52.74%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=26.37%
G=52.74%
B=20.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106420.500.600.58109.6943.2429.02
Hex356A2A3203C3A6e2b1d
Octal651525262074721565335
Binary11010111010101010101100100111100111010110111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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