Html Css Color HEX #496233 Dell

📋 copy color: '#496233'

red 73 ◦ green 98 ◦ blue 51

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

Shades of Dell #496233

Tints of Dell #496233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 32.88%
G = 44.14%
B = 22.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#496233 (or 0x496233) is known color: Dell. HEX triplet: 49, 62 and 33. RGB value is (73,98,51). Sum of RGB (Red+Green+Blue) = 73+98+51=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #496233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496233 is #B69DCC. Grayscale: #555555. Windows color (decimal): -11967949 or 3367497. OLE color: 3367497.

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

Color convert

RGB 73 98 51 -
CMYK 0.26 0 0.48 0.62
HSL 91.91º 0.32% 0.29% -
HSV(B) 91.91º 0.48% 0.38% -
XYZ 7.71 10.39 4.73 -
YUV 85.17 108.72 119.32 -
System Red Green Blue C M Y K H S L
Decimal 73 98 51 0.26 0 0.48 0.62 91.91 0.32 0.29
Hex 49 62 33 1A 0 30 3E 5C 20 1D
Octal 111 142 63 32 0 60 76 134 40 35
Binary 1001001 1100010 110011 11010 0 110000 111110 1011100 100000 11101

Color Harmonies of #496233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496233

Black with #496233

Text Example


Text Example

White with #496233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496233; }

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

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

background-color css

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

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

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

border-color css

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

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

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