#496338

Color #496338 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #496338

Tints of Dell #496338

Color information

#496338 (or 0x496338) is unknown color: approx Dell. HEX triplet: 49, 63 and 38. RGB value is (73,99,56). Sum of RGB (Red+Green+Blue) = 73+99+56=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #496338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496338 is #B69CC7. Grayscale: #565656. Windows color (decimal): -11967688 or 3695433. OLE color: 3695433.

HSL color Cylindrical-coordinate representation of color #496338: hue angle of 96.28º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #496338 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB739956-
CMYK0.2600.430.61
HSL96.28º27.74%30.39%-
HSV(B)96.28º43.43%38.82%-
XYZ7.9210.635.37-
YUV86.32110.89118.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 99 (39.06% from 255) = 43.42%
BLUE value IS 56 (22.27% from 255) = 24.56%
R=32.02%
G=43.42%
B=24.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399560.2600.430.6196.2827.7430.39
Hex4963381A02B3D601c1e
Octal1111437032053751403436
Binary1001001110001111100011010010101111110111000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496338; }

 p { color: rgb(73,99,56); }

 H1.HeaderClassName
 {
   color: #496338;
 }
 .AnyTagClassName
 {
   color: #496338;
 }
</style>
background-color css

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

 a { background-color: rgb(73,99,56); }

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

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

 span { border-color: rgb(73,99,56); }

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