#356223

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

Shades of Green House #356223

Tints of Green House #356223

Color information

#356223 (or 0x356223) is unknown color: approx Green House. HEX triplet: 35, 62 and 23. RGB value is (53,98,35). Sum of RGB (Red+Green+Blue) = 53+98+35=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #356223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356223 is #CA9DDC. Grayscale: #4D4D4D. Windows color (decimal): -13278685 or 2318901. OLE color: 2318901.

HSL color Cylindrical-coordinate representation of color #356223: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356223 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB539835-
CMYK0.4600.640.62
HSL102.86º47.37%26.08%-
HSV(B)102.86º64.29%38.43%-
XYZ6.149.613.12-
YUV77.36104.09110.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.49%
GREEN value IS 98 (38.67% from 255) = 52.69%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=28.49%
G=52.69%
B=18.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398350.4600.640.62102.8647.3726.08
Hex3562232E0403E672f1a
Octal6514243560100761475732
Binary110101110001010001110111001000000111110110011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356223; }

 p { color: rgb(53,98,35); }

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

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

 a { background-color: rgb(53,98,35); }

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

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

 span { border-color: rgb(53,98,35); }

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