#486727

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

Shades of Dell #486727

Tints of Dell #486727

Color information

#486727 (or 0x486727) is unknown color: approx Dell. HEX triplet: 48, 67 and 27. RGB value is (72,103,39). Sum of RGB (Red+Green+Blue) = 72+103+39=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 103 (40.62% from 255 or 48.13% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 103 - color contains mainly: green. Hex color #486727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486727 is #B798D8. Grayscale: #565656. Windows color (decimal): -12032217 or 2582344. OLE color: 2582344.

HSL color Cylindrical-coordinate representation of color #486727: hue angle of 89.06º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486727 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB7210339-
CMYK0.3000.620.60
HSL89.06º45.07%27.84%-
HSV(B)89.06º62.14%40.39%-
XYZ7.8911.223.67-
YUV86.44101.23117.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 103 (40.62% from 255) = 48.13%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=33.64%
G=48.13%
B=18.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103390.3000.620.6089.0645.0727.84
Hex4867271E03E3C592d1c
Octal1101474736076741315534
Binary10010001100111100111111100111110111100101100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486727; }

 p { color: rgb(72,103,39); }

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

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

 a { background-color: rgb(72,103,39); }

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

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

 span { border-color: rgb(72,103,39); }

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