Html Css Color HEX #49532F Clover

📋 copy color: '#49532F'

red 73 ◦ green 83 ◦ blue 47

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

Shades of Clover #49532F

Tints of Clover #49532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.15%

R = 35.96%
G = 40.89%
B = 23.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#49532F (or 0x49532F) is known color: Clover. HEX triplet: 49, 53 and 2F. RGB value is (73,83,47). Sum of RGB (Red+Green+Blue) = 73+83+47=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #49532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49532F is #B6ACD0. Grayscale: #4C4C4C. Windows color (decimal): -11971793 or 3101513. OLE color: 3101513.

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

Color convert

RGB 73 83 47 -
CMYK 0.12 0 0.43 0.67
HSL 76.67º 0.28% 0.25% -
HSV(B) 76.67º 0.43% 0.33% -
XYZ 6.35 7.81 3.86 -
YUV 75.91 111.69 125.93 -
System Red Green Blue C M Y K H S L
Decimal 73 83 47 0.12 0 0.43 0.67 76.67 0.28 0.25
Hex 49 53 2F C 0 2B 43 4D 1C 19
Octal 111 123 57 14 0 53 103 115 34 31
Binary 1001001 1010011 101111 1100 0 101011 1000011 1001101 11100 11001

Color Harmonies of #49532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49532F

Black with #49532F

Text Example


Text Example

White with #49532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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