#496234

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

Shades of Dell #496234

Tints of Dell #496234

Color information

#496234 (or 0x496234) is unknown color: approx Dell. HEX triplet: 49, 62 and 34. RGB value is (73,98,52). Sum of RGB (Red+Green+Blue) = 73+98+52=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #496234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496234 is #B69DCB. Grayscale: #555555. Windows color (decimal): -11967948 or 3433033. OLE color: 3433033.

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

Color convert

RGB739852-
CMYK0.2600.470.62
HSL92.61º30.67%29.41%-
HSV(B)92.61º46.94%38.43%-
XYZ7.7410.44.85-
YUV85.28109.22119.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=32.74%
G=43.95%
B=23.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398520.2600.470.6292.6130.6729.41
Hex4962341A02F3E5d1f1d
Octal1111426432057761353735
Binary1001001110001011010011010010111111111010111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496234; }

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

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

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

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

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

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

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

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