Html Css Color HEX #49532E Clover

📋 copy color: '#49532E'

red 73 ◦ green 83 ◦ blue 46

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

Shades of Clover #49532E

Tints of Clover #49532E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 46 (18.36% from 255) = 22.77%

R = 36.14%
G = 41.09%
B = 22.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#49532E (or 0x49532E) is known color: Clover. HEX triplet: 49, 53 and 2E. RGB value is (73,83,46). Sum of RGB (Red+Green+Blue) = 73+83+46=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #49532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49532E is #B6ACD1. Grayscale: #4B4B4B. Windows color (decimal): -11971794 or 3035977. OLE color: 3035977.

HSL color Cylindrical-coordinate representation of color #49532E: hue angle of 76.22º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49532E is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 46 -
CMYK 0.12 0 0.45 0.67
HSL 76.22º 0.29% 0.25% -
HSV(B) 76.22º 0.45% 0.33% -
XYZ 6.33 7.8 3.76 -
YUV 75.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 73 83 46 0.12 0 0.45 0.67 76.22 0.29 0.25
Hex 49 53 2E C 0 2D 43 4C 1D 19
Octal 111 123 56 14 0 55 103 114 35 31
Binary 1001001 1010011 101110 1100 0 101101 1000011 1001100 11101 11001

Color Harmonies of #49532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49532E

Black with #49532E

Text Example


Text Example

White with #49532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49532E; }

 p { color: rgb(73,83,46); }

 H1.HeaderClassName
 {
   color: #49532E;
 }
 .AnyTagClassName
 {
   color: #49532E;
 }
</style>

background-color css

<style>
 a { background-color: #49532E; }

 a { background-color: rgb(73,83,46); }

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

border-color css

<style>
 span { border-color: #49532E; }

 span { border-color: rgb(73,83,46); }

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