Html Css Color HEX #496024 Clover

📋 copy color: '#496024'

red 73 ◦ green 96 ◦ blue 36

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

Shades of Clover #496024

Tints of Clover #496024

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

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

R = 35.61%
G = 46.83%
B = 17.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#496024 (or 0x496024) is known color: Clover. HEX triplet: 49, 60 and 24. RGB value is (73,96,36). Sum of RGB (Red+Green+Blue) = 73+96+36=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #496024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496024 is #B69FDB. Grayscale: #525252. Windows color (decimal): -11968476 or 2383945. OLE color: 2383945.

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

Color convert

RGB 73 96 36 -
CMYK 0.24 0 0.62 0.62
HSL 83º 0.45% 0.26% -
HSV(B) 83º 0.63% 0.38% -
XYZ 7.25 9.91 3.2 -
YUV 82.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 73 96 36 0.24 0 0.62 0.62 83 0.45 0.26
Hex 49 60 24 18 0 3E 3E 53 2D 1A
Octal 111 140 44 30 0 76 76 123 55 32
Binary 1001001 1100000 100100 11000 0 111110 111110 1010011 101101 11010

Color Harmonies of #496024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496024

Black with #496024

Text Example


Text Example

White with #496024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496024; }

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

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

background-color css

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

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

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

border-color css

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

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

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