Html Css Color HEX #496E34 Dell

📋 copy color: '#496E34'

red 73 ◦ green 110 ◦ blue 52

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

Shades of Dell #496E34

Tints of Dell #496E34

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.81%

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 31.06%
G = 46.81%
B = 22.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#496E34 (or 0x496E34) is known color: Dell. HEX triplet: 49, 6E and 34. RGB value is (73,110,52). Sum of RGB (Red+Green+Blue) = 73+110+52=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #496E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E34 is #B691CB. Grayscale: #5C5C5C. Windows color (decimal): -11964876 or 3436105. OLE color: 3436105.

HSL color Cylindrical-coordinate representation of color #496E34: hue angle of 98.28º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #496E34 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 110 52 -
CMYK 0.34 0 0.53 0.57
HSL 98.28º 0.36% 0.32% -
HSV(B) 98.28º 0.53% 0.43% -
XYZ 8.94 12.82 5.25 -
YUV 92.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 73 110 52 0.34 0 0.53 0.57 98.28 0.36 0.32
Hex 49 6E 34 22 0 35 39 62 24 20
Octal 111 156 64 42 0 65 71 142 44 40
Binary 1001001 1101110 110100 100010 0 110101 111001 1100010 100100 100000

Color Harmonies of #496E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E34

Black with #496E34

Text Example


Text Example

White with #496E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496E34; }

 p { color: rgb(73,110,52); }

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

background-color css

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

 a { background-color: rgb(73,110,52); }

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

border-color css

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

 span { border-color: rgb(73,110,52); }

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