#486625

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

Shades of Dell #486625

Tints of Dell #486625

Color information

#486625 (or 0x486625) is unknown color: approx Dell. HEX triplet: 48, 66 and 25. RGB value is (72,102,37). Sum of RGB (Red+Green+Blue) = 72+102+37=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #486625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486625 is #B799DA. Grayscale: #555555. Windows color (decimal): -12032475 or 2451016. OLE color: 2451016.

HSL color Cylindrical-coordinate representation of color #486625: hue angle of 87.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #486625 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB7210237-
CMYK0.2900.640.6
HSL87.69º46.76%27.25%-
HSV(B)87.69º63.73%40%-
XYZ7.7611.013.47-
YUV85.62100.56118.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=34.12%
G=48.34%
B=17.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102370.2900.640.687.6946.7627.25
Hex4866251D0403C582f1b
Octal11014645350100741305733
Binary100100011001101001011110101000000111100101100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486625; }

 p { color: rgb(72,102,37); }

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

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

 a { background-color: rgb(72,102,37); }

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

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

 span { border-color: rgb(72,102,37); }

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