Html Css Color HEX #496C2E Dell

📋 copy color: '#496C2E'

red 73 ◦ green 108 ◦ blue 46

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

Shades of Dell #496C2E

Tints of Dell #496C2E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.58%

 BLUE value IS 46 (18.36% from 255) = 20.26%

R = 32.16%
G = 47.58%
B = 20.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#496C2E (or 0x496C2E) is known color: Dell. HEX triplet: 49, 6C and 2E. RGB value is (73,108,46). Sum of RGB (Red+Green+Blue) = 73+108+46=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #496C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496C2E is #B693D1. Grayscale: #5A5A5A. Windows color (decimal): -11965394 or 3042377. OLE color: 3042377.

HSL color Cylindrical-coordinate representation of color #496C2E: hue angle of 93.87º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496C2E is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 108 46 -
CMYK 0.32 0 0.57 0.58
HSL 93.87º 0.4% 0.3% -
HSV(B) 93.87º 0.57% 0.42% -
XYZ 8.6 12.34 4.51 -
YUV 90.47 102.9 115.54 -
System Red Green Blue C M Y K H S L
Decimal 73 108 46 0.32 0 0.57 0.58 93.87 0.4 0.3
Hex 49 6C 2E 20 0 39 3A 5E 28 1E
Octal 111 154 56 40 0 71 72 136 50 36
Binary 1001001 1101100 101110 100000 0 111001 111010 1011110 101000 11110

Color Harmonies of #496C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C2E

Black with #496C2E

Text Example


Text Example

White with #496C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,46); }

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

background-color css

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

 a { background-color: rgb(73,108,46); }

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

border-color css

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

 span { border-color: rgb(73,108,46); }

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