#48612F

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

Shades of Dell #48612F

Tints of Dell #48612F

Color information

#48612F (or 0x48612F) is unknown color: approx Dell. HEX triplet: 48, 61 and 2F. RGB value is (72,97,47). Sum of RGB (Red+Green+Blue) = 72+97+47=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #48612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48612F is #B79ED0. Grayscale: #545454. Windows color (decimal): -12033745 or 3105096. OLE color: 3105096.

HSL color Cylindrical-coordinate representation of color #48612F: hue angle of 90º 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 #48612F is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB729747-
CMYK0.2600.520.62
HSL90º34.72%28.24%-
HSV(B)90º51.55%38.04%-
XYZ7.4610.134.25-
YUV83.82107.22119.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=33.33%
G=44.91%
B=21.76%

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
Decimal7297470.2600.520.629034.7228.24
Hex48612F1A0343E5a231c
Octal1101415732064761324334
Binary10010001100001101111110100110100111110101101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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