Html Css Color HEX #496A2B Dell

📋 copy color: '#496A2B'

red 73 ◦ green 106 ◦ blue 43

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

Shades of Dell #496A2B

Tints of Dell #496A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 32.88%
G = 47.75%
B = 19.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#496A2B (or 0x496A2B) is known color: Dell. HEX triplet: 49, 6A and 2B. RGB value is (73,106,43). Sum of RGB (Red+Green+Blue) = 73+106+43=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 106 - color contains mainly: green. Hex color #496A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A2B is #B695D4. Grayscale: #595959. Windows color (decimal): -11965909 or 2845257. OLE color: 2845257.

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

Color convert

RGB 73 106 43 -
CMYK 0.31 0 0.59 0.58
HSL 91.43º 0.42% 0.29% -
HSV(B) 91.43º 0.59% 0.42% -
XYZ 8.34 11.9 4.14 -
YUV 88.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 73 106 43 0.31 0 0.59 0.58 91.43 0.42 0.29
Hex 49 6A 2B 1F 0 3B 3A 5B 2A 1D
Octal 111 152 53 37 0 73 72 133 52 35
Binary 1001001 1101010 101011 11111 0 111011 111010 1011011 101010 11101

Color Harmonies of #496A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A2B

Black with #496A2B

Text Example


Text Example

White with #496A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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