#485F33

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

Shades of Dell #485F33

Tints of Dell #485F33

Color information

#485F33 (or 0x485F33) is unknown color: approx Dell. HEX triplet: 48, 5F and 33. RGB value is (72,95,51). Sum of RGB (Red+Green+Blue) = 72+95+51=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #485F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F33 is #B7A0CC. Grayscale: #535353. Windows color (decimal): -12034253 or 3366728. OLE color: 3366728.

HSL color Cylindrical-coordinate representation of color #485F33: hue angle of 91.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485F33 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB729551-
CMYK0.2400.460.63
HSL91.36º30.14%28.63%-
HSV(B)91.36º46.32%37.25%-
XYZ7.369.84.64-
YUV83.11109.88120.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=33.03%
G=43.58%
B=23.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295510.2400.460.6391.3630.1428.63
Hex485F331802E3F5b1e1d
Octal1101376330056771333635
Binary1001000101111111001111000010111011111110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,95,51); }

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

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

 a { background-color: rgb(72,95,51); }

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

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

 span { border-color: rgb(72,95,51); }

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