Html Css Color HEX #496A3A Dell

📋 copy color: '#496A3A'

red 73 ◦ green 106 ◦ blue 58

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

Shades of Dell #496A3A

Tints of Dell #496A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.47%

R = 30.8%
G = 44.73%
B = 24.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#496A3A (or 0x496A3A) is known color: Dell. HEX triplet: 49, 6A and 3A. RGB value is (73,106,58). Sum of RGB (Red+Green+Blue) = 73+106+58=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #496A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496A3A is #B695C5. Grayscale: #5A5A5A. Windows color (decimal): -11965894 or 3828297. OLE color: 3828297.

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

Color convert

RGB 73 106 58 -
CMYK 0.31 0 0.45 0.58
HSL 101.25º 0.29% 0.32% -
HSV(B) 101.25º 0.45% 0.42% -
XYZ 8.67 12.03 5.87 -
YUV 90.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 73 106 58 0.31 0 0.45 0.58 101.25 0.29 0.32
Hex 49 6A 3A 1F 0 2D 3A 65 1D 20
Octal 111 152 72 37 0 55 72 145 35 40
Binary 1001001 1101010 111010 11111 0 101101 111010 1100101 11101 100000

Color Harmonies of #496A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A3A

Black with #496A3A

Text Example


Text Example

White with #496A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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