Html Css Color HEX #496124 Clover

📋 copy color: '#496124'

red 73 ◦ green 97 ◦ blue 36

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

Shades of Clover #496124

Tints of Clover #496124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.09%

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 35.44%
G = 47.09%
B = 17.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#496124 (or 0x496124) is known color: Clover. HEX triplet: 49, 61 and 24. RGB value is (73,97,36). Sum of RGB (Red+Green+Blue) = 73+97+36=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #496124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496124 is #B69EDB. Grayscale: #535353. Windows color (decimal): -11968220 or 2384201. OLE color: 2384201.

HSL color Cylindrical-coordinate representation of color #496124: hue angle of 83.61º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496124 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 36 -
CMYK 0.25 0 0.63 0.62
HSL 83.61º 0.46% 0.26% -
HSV(B) 83.61º 0.63% 0.38% -
XYZ 7.34 10.09 3.23 -
YUV 82.87 101.55 120.96 -
System Red Green Blue C M Y K H S L
Decimal 73 97 36 0.25 0 0.63 0.62 83.61 0.46 0.26
Hex 49 61 24 19 0 3F 3E 54 2E 1A
Octal 111 141 44 31 0 77 76 124 56 32
Binary 1001001 1100001 100100 11001 0 111111 111110 1010100 101110 11010

Color Harmonies of #496124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496124

Black with #496124

Text Example


Text Example

White with #496124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496124; }

 p { color: rgb(73,97,36); }

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

background-color css

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

 a { background-color: rgb(73,97,36); }

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

border-color css

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

 span { border-color: rgb(73,97,36); }

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