#356A30

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

Shades of Green House #356A30

Tints of Green House #356A30

Color information

#356A30 (or 0x356A30) is unknown color: approx Green House. HEX triplet: 35, 6A and 30. RGB value is (53,106,48). Sum of RGB (Red+Green+Blue) = 53+106+48=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #356A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356A30 is #CA95CF. Grayscale: #535353. Windows color (decimal): -13276624 or 3172917. OLE color: 3172917.

HSL color Cylindrical-coordinate representation of color #356A30: hue angle of 114.83º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356A30 is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB5310648-
CMYK0.500.550.58
HSL114.83º37.66%30.2%-
HSV(B)114.83º54.72%41.57%-
XYZ7.1611.284.6-
YUV83.54107.94106.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 106 (41.80% from 255) = 51.21%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=25.60%
G=51.21%
B=23.19%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53106480.500.550.58114.8337.6630.2
Hex356A30320373A73261e
Octal651526062067721634636
Binary11010111010101100001100100110111111010111001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356A30; }

 p { color: rgb(53,106,48); }

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

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

 a { background-color: rgb(53,106,48); }

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

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

 span { border-color: rgb(53,106,48); }

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