Html Css Color HEX #49592A Clover

📋 copy color: '#49592A'

red 73 ◦ green 89 ◦ blue 42

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

Shades of Clover #49592A

Tints of Clover #49592A

RGB

 RED value IS 73 (28.91% from 255) = 35.78%

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

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

R = 35.78%
G = 43.63%
B = 20.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#49592A (or 0x49592A) is known color: Clover. HEX triplet: 49, 59 and 2A. RGB value is (73,89,42). Sum of RGB (Red+Green+Blue) = 73+89+42=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #49592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49592A is #B6A6D5. Grayscale: #4F4F4F. Windows color (decimal): -11970262 or 2775369. OLE color: 2775369.

HSL color Cylindrical-coordinate representation of color #49592A: hue angle of 80.43º 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 #49592A is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 42 -
CMYK 0.18 0 0.53 0.65
HSL 80.43º 0.36% 0.26% -
HSV(B) 80.43º 0.53% 0.35% -
XYZ 6.74 8.73 3.52 -
YUV 78.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 73 89 42 0.18 0 0.53 0.65 80.43 0.36 0.26
Hex 49 59 2A 12 0 35 41 50 24 1A
Octal 111 131 52 22 0 65 101 120 44 32
Binary 1001001 1011001 101010 10010 0 110101 1000001 1010000 100100 11010

Color Harmonies of #49592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49592A

Black with #49592A

Text Example


Text Example

White with #49592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49592A; }

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

 H1.HeaderClassName
 {
   color: #49592A;
 }
 .AnyTagClassName
 {
   color: #49592A;
 }
</style>

background-color css

<style>
 a { background-color: #49592A; }

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

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

border-color css

<style>
 span { border-color: #49592A; }

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

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