Html Css Color HEX #49552E Clover

📋 copy color: '#49552E'

red 73 ◦ green 85 ◦ blue 46

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

Shades of Clover #49552E

Tints of Clover #49552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

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

R = 35.78%
G = 41.67%
B = 22.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#49552E (or 0x49552E) is known color: Clover. HEX triplet: 49, 55 and 2E. RGB value is (73,85,46). Sum of RGB (Red+Green+Blue) = 73+85+46=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #49552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49552E is #B6AAD1. Grayscale: #4D4D4D. Windows color (decimal): -11971282 or 3036489. OLE color: 3036489.

HSL color Cylindrical-coordinate representation of color #49552E: hue angle of 78.46º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49552E is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 46 -
CMYK 0.14 0 0.46 0.67
HSL 78.46º 0.3% 0.26% -
HSV(B) 78.46º 0.46% 0.33% -
XYZ 6.49 8.11 3.81 -
YUV 76.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 73 85 46 0.14 0 0.46 0.67 78.46 0.3 0.26
Hex 49 55 2E E 0 2E 43 4E 1E 1A
Octal 111 125 56 16 0 56 103 116 36 32
Binary 1001001 1010101 101110 1110 0 101110 1000011 1001110 11110 11010

Color Harmonies of #49552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49552E

Black with #49552E

Text Example


Text Example

White with #49552E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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