#49622F

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

Shades of Dell #49622F

Tints of Dell #49622F

Color information

#49622F (or 0x49622F) is unknown color: approx Dell. HEX triplet: 49, 62 and 2F. RGB value is (73,98,47). Sum of RGB (Red+Green+Blue) = 73+98+47=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #49622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49622F is #B69DD0. Grayscale: #545454. Windows color (decimal): -11967953 or 3105353. OLE color: 3105353.

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

Color convert

RGB739847-
CMYK0.2600.520.62
HSL89.41º35.17%28.43%-
HSV(B)89.41º52.04%38.43%-
XYZ7.6310.364.29-
YUV84.71106.72119.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=33.49%
G=44.95%
B=21.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398470.2600.520.6289.4135.1728.43
Hex49622F1A0343E59231c
Octal1111425732064761314334
Binary10010011100010101111110100110100111110101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49622F; }

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

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

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

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

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

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

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

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