#486531

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

Shades of Dell #486531

Tints of Dell #486531

Color information

#486531 (or 0x486531) is unknown color: approx Dell. HEX triplet: 48, 65 and 31. RGB value is (72,101,49). Sum of RGB (Red+Green+Blue) = 72+101+49=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #486531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486531 is #B79ACE. Grayscale: #565656. Windows color (decimal): -12032719 or 3237192. OLE color: 3237192.

HSL color Cylindrical-coordinate representation of color #486531: hue angle of 93.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486531 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB7210149-
CMYK0.2900.510.60
HSL93.46º34.67%29.41%-
HSV(B)93.46º51.49%39.61%-
XYZ7.8810.914.6-
YUV86.4106.89117.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=32.43%
G=45.50%
B=22.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101490.2900.510.6093.4634.6729.41
Hex4865311D0333C5d231d
Octal1101456135063741354335
Binary10010001100101110001111010110011111100101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486531; }

 p { color: rgb(72,101,49); }

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

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

 a { background-color: rgb(72,101,49); }

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

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

 span { border-color: rgb(72,101,49); }

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