Html Css Color HEX #496A2E Dell

📋 copy color: '#496A2E'

red 73 ◦ green 106 ◦ blue 46

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

Shades of Dell #496A2E

Tints of Dell #496A2E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.11%

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

R = 32.44%
G = 47.11%
B = 20.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#496A2E (or 0x496A2E) is known color: Dell. HEX triplet: 49, 6A and 2E. RGB value is (73,106,46). Sum of RGB (Red+Green+Blue) = 73+106+46=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #496A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A2E is #B695D1. Grayscale: #595959. Windows color (decimal): -11965906 or 3041865. OLE color: 3041865.

HSL color Cylindrical-coordinate representation of color #496A2E: hue angle of 93º degrees, saturation: 0.39, 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 #496A2E is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 106 46 -
CMYK 0.31 0 0.57 0.58
HSL 93º 0.39% 0.3% -
HSV(B) 93º 0.57% 0.42% -
XYZ 8.39 11.92 4.44 -
YUV 89.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 73 106 46 0.31 0 0.57 0.58 93 0.39 0.3
Hex 49 6A 2E 1F 0 39 3A 5D 27 1E
Octal 111 152 56 37 0 71 72 135 47 36
Binary 1001001 1101010 101110 11111 0 111001 111010 1011101 100111 11110

Color Harmonies of #496A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A2E

Black with #496A2E

Text Example


Text Example

White with #496A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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