Html Css Color HEX #496D2F Dell

📋 copy color: '#496D2F'

red 73 ◦ green 109 ◦ blue 47

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

Shades of Dell #496D2F

Tints of Dell #496D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 47.6%

 BLUE value IS 47 (18.75% from 255) = 20.52%

R = 31.88%
G = 47.6%
B = 20.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#496D2F (or 0x496D2F) is known color: Dell. HEX triplet: 49, 6D and 2F. RGB value is (73,109,47). Sum of RGB (Red+Green+Blue) = 73+109+47=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #496D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496D2F is #B692D0. Grayscale: #5B5B5B. Windows color (decimal): -11965137 or 3108169. OLE color: 3108169.

HSL color Cylindrical-coordinate representation of color #496D2F: hue angle of 94.84º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496D2F is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 109 47 -
CMYK 0.33 0 0.57 0.57
HSL 94.84º 0.4% 0.31% -
HSV(B) 94.84º 0.57% 0.43% -
XYZ 8.73 12.56 4.65 -
YUV 91.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 73 109 47 0.33 0 0.57 0.57 94.84 0.4 0.31
Hex 49 6D 2F 21 0 39 39 5F 28 1F
Octal 111 155 57 41 0 71 71 137 50 37
Binary 1001001 1101101 101111 100001 0 111001 111001 1011111 101000 11111

Color Harmonies of #496D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496D2F

Black with #496D2F

Text Example


Text Example

White with #496D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,109,47); }

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

background-color css

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

 a { background-color: rgb(73,109,47); }

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

border-color css

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

 span { border-color: rgb(73,109,47); }

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