#355B2E

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

Shades of Green House #355B2E

Tints of Green House #355B2E

Color information

#355B2E (or 0x355B2E) is unknown color: approx Green House. HEX triplet: 35, 5B and 2E. RGB value is (53,91,46). Sum of RGB (Red+Green+Blue) = 53+91+46=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #355B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355B2E is #CAA4D1. Grayscale: #4A4A4A. Windows color (decimal): -13280466 or 3038005. OLE color: 3038005.

HSL color Cylindrical-coordinate representation of color #355B2E: hue angle of 110.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #355B2E is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB539146-
CMYK0.4200.490.64
HSL110.67º32.85%26.86%-
HSV(B)110.67º49.45%35.69%-
XYZ5.78.443.91-
YUV74.51111.91112.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=27.89%
G=47.89%
B=24.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5391460.4200.490.64110.6732.8526.86
Hex355B2E2A031406f211b
Octal6513356520611001574133
Binary110101101101110111010101001100011000000110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355B2E; }

 p { color: rgb(53,91,46); }

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

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

 a { background-color: rgb(53,91,46); }

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

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

 span { border-color: rgb(53,91,46); }

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