#485F30

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

Shades of Dell #485F30

Tints of Dell #485F30

Color information

#485F30 (or 0x485F30) is unknown color: approx Dell. HEX triplet: 48, 5F and 30. RGB value is (72,95,48). Sum of RGB (Red+Green+Blue) = 72+95+48=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #485F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F30 is #B7A0CF. Grayscale: #525252. Windows color (decimal): -12034256 or 3170120. OLE color: 3170120.

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

Color convert

RGB729548-
CMYK0.2400.490.63
HSL89.36º32.87%28.04%-
HSV(B)89.36º49.47%37.25%-
XYZ7.39.784.3-
YUV82.76108.38120.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=33.49%
G=44.19%
B=22.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295480.2400.490.6389.3632.8728.04
Hex485F30180313F59211c
Octal1101376030061771314134
Binary10010001011111110000110000110001111111101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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