Html Css Color HEX #496A2A Dell

📋 copy color: '#496A2A'

red 73 ◦ green 106 ◦ blue 42

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

Shades of Dell #496A2A

Tints of Dell #496A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19%

R = 33.03%
G = 47.96%
B = 19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#496A2A (or 0x496A2A) is known color: Dell. HEX triplet: 49, 6A and 2A. RGB value is (73,106,42). Sum of RGB (Red+Green+Blue) = 73+106+42=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #496A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A2A is #B695D5. Grayscale: #595959. Windows color (decimal): -11965910 or 2779721. OLE color: 2779721.

HSL color Cylindrical-coordinate representation of color #496A2A: hue angle of 90.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496A2A is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 106 42 -
CMYK 0.31 0 0.60 0.58
HSL 90.94º 0.43% 0.29% -
HSV(B) 90.94º 0.6% 0.42% -
XYZ 8.32 11.89 4.05 -
YUV 88.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 73 106 42 0.31 0 0.60 0.58 90.94 0.43 0.29
Hex 49 6A 2A 1F 0 3C 3A 5B 2B 1D
Octal 111 152 52 37 0 74 72 133 53 35
Binary 1001001 1101010 101010 11111 0 111100 111010 1011011 101011 11101

Color Harmonies of #496A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A2A

Black with #496A2A

Text Example


Text Example

White with #496A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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