Html Css Color HEX #496029 Clover

📋 copy color: '#496029'

red 73 ◦ green 96 ◦ blue 41

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

Shades of Clover #496029

Tints of Clover #496029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 34.76%
G = 45.71%
B = 19.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#496029 (or 0x496029) is known color: Clover. HEX triplet: 49, 60 and 29. RGB value is (73,96,41). Sum of RGB (Red+Green+Blue) = 73+96+41=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #496029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496029 is #B69FD6. Grayscale: #535353. Windows color (decimal): -11968471 or 2711625. OLE color: 2711625.

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

Color convert

RGB 73 96 41 -
CMYK 0.24 0 0.57 0.62
HSL 85.09º 0.4% 0.27% -
HSV(B) 85.09º 0.57% 0.38% -
XYZ 7.33 9.94 3.63 -
YUV 82.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 73 96 41 0.24 0 0.57 0.62 85.09 0.4 0.27
Hex 49 60 29 18 0 39 3E 55 28 1B
Octal 111 140 51 30 0 71 76 125 50 33
Binary 1001001 1100000 101001 11000 0 111001 111110 1010101 101000 11011

Color Harmonies of #496029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496029

Black with #496029

Text Example


Text Example

White with #496029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496029; }

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

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

background-color css

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

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

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

border-color css

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

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

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