#356527

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

Shades of Green House #356527

Tints of Green House #356527

Color information

#356527 (or 0x356527) is unknown color: approx Green House. HEX triplet: 35, 65 and 27. RGB value is (53,101,39). Sum of RGB (Red+Green+Blue) = 53+101+39=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #356527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356527 is #CA9AD8. Grayscale: #4F4F4F. Windows color (decimal): -13277913 or 2581813. OLE color: 2581813.

HSL color Cylindrical-coordinate representation of color #356527: hue angle of 106.45º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #356527 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB5310139-
CMYK0.4800.610.60
HSL106.45º44.29%27.45%-
HSV(B)106.45º61.39%39.61%-
XYZ6.4910.213.55-
YUV79.58105.1109.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 101 (39.84% from 255) = 52.33%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=27.46%
G=52.33%
B=20.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101390.4800.610.60106.4544.2927.45
Hex3565273003D3C6a2c1b
Octal651454760075741525433
Binary11010111001011001111100000111101111100110101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356527; }

 p { color: rgb(53,101,39); }

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

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

 a { background-color: rgb(53,101,39); }

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

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

 span { border-color: rgb(53,101,39); }

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