#356328

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

Shades of Green House #356328

Tints of Green House #356328

Color information

#356328 (or 0x356328) is unknown color: approx Green House. HEX triplet: 35, 63 and 28. RGB value is (53,99,40). Sum of RGB (Red+Green+Blue) = 53+99+40=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #356328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356328 is #CA9CD7. Grayscale: #4E4E4E. Windows color (decimal): -13278424 or 2646837. OLE color: 2646837.

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

Color convert

RGB539940-
CMYK0.4600.600.61
HSL106.78º42.45%27.25%-
HSV(B)106.78º59.6%38.82%-
XYZ6.319.833.57-
YUV78.52106.26109.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 99 (39.06% from 255) = 51.56%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=27.60%
G=51.56%
B=20.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399400.4600.600.61106.7842.4527.25
Hex3563282E03C3D6b2a1b
Octal651435056074751535233
Binary11010111000111010001011100111100111101110101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356328; }

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

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

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

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

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

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

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

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