Html Css Color HEX #3A592A Green House

📋 copy color: '#3A592A'

red 58 ◦ green 89 ◦ blue 42

#3A592A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #3A592A

Tints of Green House #3A592A

RGB

 RED value IS 58 (23.05% from 255) = 30.69%

 GREEN value IS 89 (35.16% from 255) = 47.09%

 BLUE value IS 42 (16.8% from 255) = 22.22%

R = 30.69%
G = 47.09%
B = 22.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#3A592A (or 0x3A592A) is known color: Green House. HEX triplet: 3A, 59 and 2A. RGB value is (58,89,42). Sum of RGB (Red+Green+Blue) = 58+89+42=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #3A592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A592A is #C5A6D5. Grayscale: #4A4A4A. Windows color (decimal): -12953302 or 2775354. OLE color: 2775354.

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

Color convert

RGB 58 89 42 -
CMYK 0.35 0 0.53 0.65
HSL 99.57º 0.36% 0.26% -
HSV(B) 99.57º 0.53% 0.35% -
XYZ 5.74 8.21 3.47 -
YUV 74.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 58 89 42 0.35 0 0.53 0.65 99.57 0.36 0.26
Hex 3A 59 2A 23 0 35 41 64 24 1A
Octal 72 131 52 43 0 65 101 144 44 32
Binary 111010 1011001 101010 100011 0 110101 1000001 1100100 100100 11010

Color Harmonies of #3A592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A592A

Black with #3A592A

Text Example


Text Example

White with #3A592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A592A;
 }
 .AnyTagClassName
 {
   color: #3A592A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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