Html Css Color HEX #496239 Dell

📋 copy color: '#496239'

red 73 ◦ green 98 ◦ blue 57

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

Shades of Dell #496239

Tints of Dell #496239

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

 BLUE value IS 57 (22.66% from 255) = 25%

R = 32.02%
G = 42.98%
B = 25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#496239 (or 0x496239) is known color: Dell. HEX triplet: 49, 62 and 39. RGB value is (73,98,57). Sum of RGB (Red+Green+Blue) = 73+98+57=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #496239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496239 is #B69DC6. Grayscale: #555555. Windows color (decimal): -11967943 or 3760713. OLE color: 3760713.

HSL color Cylindrical-coordinate representation of color #496239: hue angle of 96.59º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #496239 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 57 -
CMYK 0.26 0 0.42 0.62
HSL 96.59º 0.26% 0.3% -
HSV(B) 96.59º 0.42% 0.38% -
XYZ 7.85 10.45 5.47 -
YUV 85.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 73 98 57 0.26 0 0.42 0.62 96.59 0.26 0.3
Hex 49 62 39 1A 0 2A 3E 61 1A 1E
Octal 111 142 71 32 0 52 76 141 32 36
Binary 1001001 1100010 111001 11010 0 101010 111110 1100001 11010 11110

Color Harmonies of #496239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496239

Black with #496239

Text Example


Text Example

White with #496239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496239; }

 p { color: rgb(73,98,57); }

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

background-color css

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

 a { background-color: rgb(73,98,57); }

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

border-color css

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

 span { border-color: rgb(73,98,57); }

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