#49702B

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

Shades of Dell #49702B

Tints of Dell #49702B

Color information

#49702B (or 0x49702B) is unknown color: approx Dell. HEX triplet: 49, 70 and 2B. RGB value is (73,112,43). Sum of RGB (Red+Green+Blue) = 73+112+43=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #49702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49702B is #B68FD4. Grayscale: #5C5C5C. Windows color (decimal): -11964373 or 2846793. OLE color: 2846793.

HSL color Cylindrical-coordinate representation of color #49702B: hue angle of 93.91º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49702B is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB7311243-
CMYK0.3500.620.56
HSL93.91º44.52%30.39%-
HSV(B)93.91º61.61%43.92%-
XYZ8.9813.184.36-
YUV92.47100.08114.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 112 (44.14% from 255) = 49.12%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=32.02%
G=49.12%
B=18.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112430.3500.620.5693.9144.5230.39
Hex49702B2303E385e2d1e
Octal1111605343076701365536
Binary100100111100001010111000110111110111000101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49702B; }

 p { color: rgb(73,112,43); }

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

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

 a { background-color: rgb(73,112,43); }

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

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

 span { border-color: rgb(73,112,43); }

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