#3A5C2A

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

Shades of Green House #3A5C2A

Tints of Green House #3A5C2A

Color information

#3A5C2A (or 0x3A5C2A) is unknown color: approx Green House. HEX triplet: 3A, 5C and 2A. RGB value is (58,92,42). Sum of RGB (Red+Green+Blue) = 58+92+42=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5C2A is #C5A3D5. Grayscale: #4C4C4C. Windows color (decimal): -12952534 or 2776122. OLE color: 2776122.

HSL color Cylindrical-coordinate representation of color #3A5C2A: hue angle of 100.8º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A5C2A is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB589242-
CMYK0.3700.540.64
HSL100.8º37.31%26.27%-
HSV(B)100.8º54.35%36.08%-
XYZ5.998.723.56-
YUV76.13108.74115.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 92 (36.33% from 255) = 47.92%
BLUE value IS 42 (16.80% from 255) = 21.88%
R=30.21%
G=47.92%
B=21.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5892420.3700.540.64100.837.3126.27
Hex3A5C2A250364065251a
Octal7213452450661001454532
Binary111010101110010101010010101101101000000110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,92,42); }

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

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

 a { background-color: rgb(58,92,42); }

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

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

 span { border-color: rgb(58,92,42); }

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