Html Css Color HEX #496E2F Dell

📋 copy color: '#496E2F'

red 73 ◦ green 110 ◦ blue 47

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

Shades of Dell #496E2F

Tints of Dell #496E2F

RGB

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

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

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

R = 31.74%
G = 47.83%
B = 20.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#496E2F (or 0x496E2F) is known color: Dell. HEX triplet: 49, 6E and 2F. RGB value is (73,110,47). Sum of RGB (Red+Green+Blue) = 73+110+47=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #496E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496E2F is #B691D0. Grayscale: #5B5B5B. Windows color (decimal): -11964881 or 3108425. OLE color: 3108425.

HSL color Cylindrical-coordinate representation of color #496E2F: hue angle of 95.24º 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 #496E2F is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 110 47 -
CMYK 0.34 0 0.57 0.57
HSL 95.24º 0.4% 0.31% -
HSV(B) 95.24º 0.57% 0.43% -
XYZ 8.84 12.77 4.69 -
YUV 91.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 73 110 47 0.34 0 0.57 0.57 95.24 0.4 0.31
Hex 49 6E 2F 22 0 39 39 5F 28 1F
Octal 111 156 57 42 0 71 71 137 50 37
Binary 1001001 1101110 101111 100010 0 111001 111001 1011111 101000 11111

Color Harmonies of #496E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496E2F

Black with #496E2F

Text Example


Text Example

White with #496E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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