Html Css Color HEX #496F2A Dell

📋 copy color: '#496F2A'

red 73 ◦ green 111 ◦ blue 42

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

Shades of Dell #496F2A

Tints of Dell #496F2A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.12%

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

R = 32.3%
G = 49.12%
B = 18.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#496F2A (or 0x496F2A) is known color: Dell. HEX triplet: 49, 6F and 2A. RGB value is (73,111,42). Sum of RGB (Red+Green+Blue) = 73+111+42=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #496F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496F2A is #B690D5. Grayscale: #5C5C5C. Windows color (decimal): -11964630 or 2781001. OLE color: 2781001.

HSL color Cylindrical-coordinate representation of color #496F2A: hue angle of 93.04º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #496F2A is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 42 -
CMYK 0.34 0 0.62 0.56
HSL 93.04º 0.45% 0.3% -
HSV(B) 93.04º 0.62% 0.44% -
XYZ 8.85 12.95 4.22 -
YUV 91.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 73 111 42 0.34 0 0.62 0.56 93.04 0.45 0.3
Hex 49 6F 2A 22 0 3E 38 5D 2D 1E
Octal 111 157 52 42 0 76 70 135 55 36
Binary 1001001 1101111 101010 100010 0 111110 111000 1011101 101101 11110

Color Harmonies of #496F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F2A

Black with #496F2A

Text Example


Text Example

White with #496F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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