#3A5535

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

Shades of Green House #3A5535

Tints of Green House #3A5535

Color information

#3A5535 (or 0x3A5535) is unknown color: approx Green House. HEX triplet: 3A, 55 and 35. RGB value is (58,85,53). Sum of RGB (Red+Green+Blue) = 58+85+53=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5535 is #C5AACA. Grayscale: #494949. Windows color (decimal): -12954315 or 3495226. OLE color: 3495226.

HSL color Cylindrical-coordinate representation of color #3A5535: hue angle of 110.62º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5535 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB588553-
CMYK0.3200.380.67
HSL110.62º23.19%27.06%-
HSV(B)110.62º37.65%33.33%-
XYZ5.647.654.55-
YUV73.28116.55117.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=29.59%
G=43.37%
B=27.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885530.3200.380.67110.6223.1927.06
Hex3A553520026436f171b
Octal7212565400461031572733
Binary11101010101011101011000000100110100001111011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5535; }

 p { color: rgb(58,85,53); }

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

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

 a { background-color: rgb(58,85,53); }

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

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

 span { border-color: rgb(58,85,53); }

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