#48602F

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

Shades of Dell #48602F

Tints of Dell #48602F

Color information

#48602F (or 0x48602F) is unknown color: approx Dell. HEX triplet: 48, 60 and 2F. RGB value is (72,96,47). Sum of RGB (Red+Green+Blue) = 72+96+47=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #48602F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602F is #B79FD0. Grayscale: #535353. Windows color (decimal): -12034001 or 3104840. OLE color: 3104840.

HSL color Cylindrical-coordinate representation of color #48602F: hue angle of 89.39º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48602F is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB729647-
CMYK0.2500.510.62
HSL89.39º34.27%28.04%-
HSV(B)89.39º51.04%37.65%-
XYZ7.379.954.22-
YUV83.24107.55119.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=33.49%
G=44.65%
B=21.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296470.2500.510.6289.3934.2728.04
Hex48602F190333E59221c
Octal1101405731063761314234
Binary10010001100000101111110010110011111110101100110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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