#356824

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

Shades of Green House #356824

Tints of Green House #356824

Color information

#356824 (or 0x356824) is unknown color: approx Green House. HEX triplet: 35, 68 and 24. RGB value is (53,104,36). Sum of RGB (Red+Green+Blue) = 53+104+36=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #356824 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356824 is #CA97DB. Grayscale: #515151. Windows color (decimal): -13277148 or 2385973. OLE color: 2385973.

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

Color convert

RGB5310436-
CMYK0.4900.650.59
HSL105º48.57%27.45%-
HSV(B)105º65.38%40.78%-
XYZ6.7410.783.4-
YUV81102.6108.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 104 (41.02% from 255) = 53.89%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=27.46%
G=53.89%
B=18.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53104360.4900.650.5910548.5727.45
Hex356824310413B69311b
Octal6515044610101731516133
Binary110101110100010010011000101000001111011110100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356824; }

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

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

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

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

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

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

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

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