#3A5E2D

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

Shades of Green House #3A5E2D

Tints of Green House #3A5E2D

Color information

#3A5E2D (or 0x3A5E2D) is unknown color: approx Green House. HEX triplet: 3A, 5E and 2D. RGB value is (58,94,45). Sum of RGB (Red+Green+Blue) = 58+94+45=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 94 (37.11% from 255 or 47.72% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 94 - color contains mainly: green. Hex color #3A5E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5E2D is #C5A1D2. Grayscale: #4D4D4D. Windows color (decimal): -12952019 or 2973242. OLE color: 2973242.

HSL color Cylindrical-coordinate representation of color #3A5E2D: hue angle of 104.08º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A5E2D is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB589445-
CMYK0.3800.520.63
HSL104.08º35.25%27.25%-
HSV(B)104.08º52.13%36.86%-
XYZ6.229.093.91-
YUV77.65109.57113.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 94 (37.11% from 255) = 47.72%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=29.44%
G=47.72%
B=22.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5894450.3800.520.63104.0835.2527.25
Hex3A5E2D260343F68231b
Octal721365546064771504333
Binary11101010111101011011001100110100111111110100010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,94,45); }

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

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

 a { background-color: rgb(58,94,45); }

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

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

 span { border-color: rgb(58,94,45); }

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