Html Css Color HEX #496830 Dell

📋 copy color: '#496830'

red 73 ◦ green 104 ◦ blue 48

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

Shades of Dell #496830

Tints of Dell #496830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 32.44%
G = 46.22%
B = 21.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#496830 (or 0x496830) is known color: Dell. HEX triplet: 49, 68 and 30. RGB value is (73,104,48). Sum of RGB (Red+Green+Blue) = 73+104+48=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #496830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496830 is #B697CF. Grayscale: #585858. Windows color (decimal): -11966416 or 3172425. OLE color: 3172425.

HSL color Cylindrical-coordinate representation of color #496830: hue angle of 93.21º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496830 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 48 -
CMYK 0.30 0 0.54 0.59
HSL 93.21º 0.37% 0.3% -
HSV(B) 93.21º 0.54% 0.41% -
XYZ 8.23 11.53 4.59 -
YUV 88.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 73 104 48 0.30 0 0.54 0.59 93.21 0.37 0.3
Hex 49 68 30 1E 0 36 3B 5D 25 1E
Octal 111 150 60 36 0 66 73 135 45 36
Binary 1001001 1101000 110000 11110 0 110110 111011 1011101 100101 11110

Color Harmonies of #496830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496830

Black with #496830

Text Example


Text Example

White with #496830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496830; }

 p { color: rgb(73,104,48); }

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

background-color css

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

 a { background-color: rgb(73,104,48); }

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

border-color css

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

 span { border-color: rgb(73,104,48); }

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