#48672F

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

Shades of Dell #48672F

Tints of Dell #48672F

Color information

#48672F (or 0x48672F) is unknown color: approx Dell. HEX triplet: 48, 67 and 2F. RGB value is (72,103,47). Sum of RGB (Red+Green+Blue) = 72+103+47=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #48672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48672F is #B798D0. Grayscale: #575757. Windows color (decimal): -12032209 or 3106632. OLE color: 3106632.

HSL color Cylindrical-coordinate representation of color #48672F: hue angle of 93.21º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48672F is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB7210347-
CMYK0.3000.540.60
HSL93.21º37.33%29.41%-
HSV(B)93.21º54.37%40.39%-
XYZ8.0411.284.44-
YUV87.35105.23117.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=32.43%
G=46.40%
B=21.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103470.3000.540.6093.2137.3329.41
Hex48672F1E0363C5d251d
Octal1101475736066741354535
Binary10010001100111101111111100110110111100101110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48672F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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