#48712F

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

Shades of Dell #48712F

Tints of Dell #48712F

Color information

#48712F (or 0x48712F) is unknown color: approx Dell. HEX triplet: 48, 71 and 2F. RGB value is (72,113,47). Sum of RGB (Red+Green+Blue) = 72+113+47=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #48712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48712F is #B78ED0. Grayscale: #5D5D5D. Windows color (decimal): -12029649 or 3109192. OLE color: 3109192.

HSL color Cylindrical-coordinate representation of color #48712F: hue angle of 97.27º 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 #48712F is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB7211347-
CMYK0.3600.580.56
HSL97.27º41.25%31.37%-
HSV(B)97.27º58.41%44.31%-
XYZ9.0913.394.8-
YUV93.22101.92112.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 113 (44.53% from 255) = 48.71%
BLUE value IS 47 (18.75% from 255) = 20.26%
R=31.03%
G=48.71%
B=20.26%

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
Decimal72113470.3600.580.5697.2741.2531.37
Hex48712F2403A3861291f
Octal1101615744072701415137
Binary100100011100011011111001000111010111000110000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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