#356821

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

Shades of Green House #356821

Tints of Green House #356821

Color information

#356821 (or 0x356821) is unknown color: approx Green House. HEX triplet: 35, 68 and 21. RGB value is (53,104,33). Sum of RGB (Red+Green+Blue) = 53+104+33=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #356821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356821 is #CA97DE. Grayscale: #505050. Windows color (decimal): -13277151 or 2189365. OLE color: 2189365.

HSL color Cylindrical-coordinate representation of color #356821: hue angle of 103.1º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #356821 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB5310433-
CMYK0.4900.680.59
HSL103.1º51.82%26.86%-
HSV(B)103.1º68.27%40.78%-
XYZ6.6910.773.16-
YUV80.66101.1108.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=27.89%
G=54.74%
B=17.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104330.4900.680.59103.151.8226.86
Hex356821310443B67341b
Octal6515041610104731476433
Binary110101110100010000111000101000100111011110011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356821; }

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

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

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

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

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

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

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

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