#496738

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

Shades of Dell #496738

Tints of Dell #496738

Color information

#496738 (or 0x496738) is unknown color: approx Dell. HEX triplet: 49, 67 and 38. RGB value is (73,103,56). Sum of RGB (Red+Green+Blue) = 73+103+56=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #496738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496738 is #B698C7. Grayscale: #585858. Windows color (decimal): -11966664 or 3696457. OLE color: 3696457.

HSL color Cylindrical-coordinate representation of color #496738: hue angle of 98.3º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #496738 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.

Color convert

RGB7310356-
CMYK0.2900.460.60
HSL98.3º29.56%31.18%-
HSV(B)98.3º45.63%40.39%-
XYZ8.3111.45.5-
YUV88.67109.56116.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=31.47%
G=44.40%
B=24.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103560.2900.460.6098.329.5631.18
Hex4967381D02E3C621e1f
Octal1111477035056741423637
Binary1001001110011111100011101010111011110011000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496738; }

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

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

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

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

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

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

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

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