#486F30

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

Shades of Dell #486F30

Tints of Dell #486F30

Color information

#486F30 (or 0x486F30) is unknown color: approx Dell. HEX triplet: 48, 6F and 30. RGB value is (72,111,48). Sum of RGB (Red+Green+Blue) = 72+111+48=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #486F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F30 is #B790CF. Grayscale: #5C5C5C. Windows color (decimal): -12030160 or 3174216. OLE color: 3174216.

HSL color Cylindrical-coordinate representation of color #486F30: hue angle of 97.14º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #486F30 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB7211148-
CMYK0.3500.570.56
HSL97.14º39.62%31.18%-
HSV(B)97.14º56.76%43.53%-
XYZ8.8912.964.83-
YUV92.16103.08113.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 111 (43.75% from 255) = 48.05%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=31.17%
G=48.05%
B=20.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111480.3500.570.5697.1439.6231.18
Hex486F30230393861281f
Octal1101576043071701415037
Binary100100011011111100001000110111001111000110000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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