#485E2F

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

Shades of Dell #485E2F

Tints of Dell #485E2F

Color information

#485E2F (or 0x485E2F) is unknown color: approx Dell. HEX triplet: 48, 5E and 2F. RGB value is (72,94,47). Sum of RGB (Red+Green+Blue) = 72+94+47=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 94 - color contains mainly: green. Hex color #485E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E2F is #B7A1D0. Grayscale: #525252. Windows color (decimal): -12034513 or 3104328. OLE color: 3104328.

HSL color Cylindrical-coordinate representation of color #485E2F: hue angle of 88.09º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485E2F is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB729447-
CMYK0.2300.50.63
HSL88.09º33.33%27.65%-
HSV(B)88.09º50%36.86%-
XYZ7.199.594.16-
YUV82.06108.21120.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 94 (37.11% from 255) = 44.13%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=33.80%
G=44.13%
B=22.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294470.2300.50.6388.0933.3327.65
Hex485E2F170323F58211c
Octal1101365727062771304134
Binary10010001011110101111101110110010111111101100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E2F; }

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

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

<style>
 a { background-color: #485E2F; }

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

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

<style>
 span { border-color: #485E2F; }

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

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