#48702F

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

Shades of Dell #48702F

Tints of Dell #48702F

Color information

#48702F (or 0x48702F) is unknown color: approx Dell. HEX triplet: 48, 70 and 2F. RGB value is (72,112,47). Sum of RGB (Red+Green+Blue) = 72+112+47=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #48702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48702F is #B78FD0. Grayscale: #5C5C5C. Windows color (decimal): -12029905 or 3108936. OLE color: 3108936.

HSL color Cylindrical-coordinate representation of color #48702F: hue angle of 96.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48702F is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB7211247-
CMYK0.3600.580.56
HSL96.92º40.88%31.18%-
HSV(B)96.92º58.04%43.92%-
XYZ8.9813.174.76-
YUV92.63102.25113.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 47 (18.75% from 255) = 20.35%
R=31.17%
G=48.48%
B=20.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112470.3600.580.5696.9240.8831.18
Hex48702F2403A3861291f
Octal1101605744072701415137
Binary100100011100001011111001000111010111000110000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,112,47); }

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

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

 a { background-color: rgb(72,112,47); }

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

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

 span { border-color: rgb(72,112,47); }

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