#356028

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

Shades of Green House #356028

Tints of Green House #356028

Color information

#356028 (or 0x356028) is unknown color: approx Green House. HEX triplet: 35, 60 and 28. RGB value is (53,96,40). Sum of RGB (Red+Green+Blue) = 53+96+40=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #356028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356028 is #CA9FD7. Grayscale: #4C4C4C. Windows color (decimal): -13279192 or 2646069. OLE color: 2646069.

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

Color convert

RGB539640-
CMYK0.4500.580.62
HSL106.07º41.18%26.67%-
HSV(B)106.07º58.33%37.65%-
XYZ6.039.283.48-
YUV76.76107.25111.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=28.04%
G=50.79%
B=21.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396400.4500.580.62106.0741.1826.67
Hex3560282D03A3E6a291b
Octal651405055072761525133
Binary11010111000001010001011010111010111110110101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356028; }

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

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

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

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

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

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

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

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