#356425

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

Shades of Green House #356425

Tints of Green House #356425

Color information

#356425 (or 0x356425) is unknown color: approx Green House. HEX triplet: 35, 64 and 25. RGB value is (53,100,37). Sum of RGB (Red+Green+Blue) = 53+100+37=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #356425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356425 is #CA9BDA. Grayscale: #4E4E4E. Windows color (decimal): -13278171 or 2450485. OLE color: 2450485.

HSL color Cylindrical-coordinate representation of color #356425: hue angle of 104.76º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356425 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB5310037-
CMYK0.4700.630.61
HSL104.76º45.99%26.86%-
HSV(B)104.76º63%39.22%-
XYZ6.36103.35-
YUV78.76104.43109.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=27.89%
G=52.63%
B=19.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal53100370.4700.630.61104.7645.9926.86
Hex3564252F03F3D692e1b
Octal651444557077751515633
Binary11010111001001001011011110111111111101110100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356425; }

 p { color: rgb(53,100,37); }

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

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

 a { background-color: rgb(53,100,37); }

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

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

 span { border-color: rgb(53,100,37); }

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