#356128

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

Shades of Green House #356128

Tints of Green House #356128

Color information

#356128 (or 0x356128) is unknown color: approx Green House. HEX triplet: 35, 61 and 28. RGB value is (53,97,40). Sum of RGB (Red+Green+Blue) = 53+97+40=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #356128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356128 is #CA9ED7. Grayscale: #4D4D4D. Windows color (decimal): -13278936 or 2646325. OLE color: 2646325.

HSL color Cylindrical-coordinate representation of color #356128: hue angle of 106.32º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #356128 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB539740-
CMYK0.4500.590.62
HSL106.32º41.61%26.86%-
HSV(B)106.32º58.76%38.04%-
XYZ6.139.463.51-
YUV77.35106.92110.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 97 (38.28% from 255) = 51.05%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=27.89%
G=51.05%
B=21.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397400.4500.590.62106.3241.6126.86
Hex3561282D03B3E6a2a1b
Octal651415055073761525233
Binary11010111000011010001011010111011111110110101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356128; }

 p { color: rgb(53,97,40); }

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

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

 a { background-color: rgb(53,97,40); }

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

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

 span { border-color: rgb(53,97,40); }

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