Html Css Color HEX #49582D Clover

📋 copy color: '#49582D'

red 73 ◦ green 88 ◦ blue 45

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

Shades of Clover #49582D

Tints of Clover #49582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 35.44%
G = 42.72%
B = 21.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#49582D (or 0x49582D) is known color: Clover. HEX triplet: 49, 58 and 2D. RGB value is (73,88,45). Sum of RGB (Red+Green+Blue) = 73+88+45=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #49582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49582D is #B6A7D2. Grayscale: #4E4E4E. Windows color (decimal): -11970515 or 2971721. OLE color: 2971721.

HSL color Cylindrical-coordinate representation of color #49582D: hue angle of 80.93º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49582D is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 45 -
CMYK 0.17 0 0.49 0.65
HSL 80.93º 0.32% 0.26% -
HSV(B) 80.93º 0.49% 0.35% -
XYZ 6.71 8.59 3.79 -
YUV 78.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 73 88 45 0.17 0 0.49 0.65 80.93 0.32 0.26
Hex 49 58 2D 11 0 31 41 51 20 1A
Octal 111 130 55 21 0 61 101 121 40 32
Binary 1001001 1011000 101101 10001 0 110001 1000001 1010001 100000 11010

Color Harmonies of #49582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49582D

Black with #49582D

Text Example


Text Example

White with #49582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49582D; }

 p { color: rgb(73,88,45); }

 H1.HeaderClassName
 {
   color: #49582D;
 }
 .AnyTagClassName
 {
   color: #49582D;
 }
</style>

background-color css

<style>
 a { background-color: #49582D; }

 a { background-color: rgb(73,88,45); }

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

border-color css

<style>
 span { border-color: #49582D; }

 span { border-color: rgb(73,88,45); }

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