#486927

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

Shades of Dell #486927

Tints of Dell #486927

Color information

#486927 (or 0x486927) is unknown color: approx Dell. HEX triplet: 48, 69 and 27. RGB value is (72,105,39). Sum of RGB (Red+Green+Blue) = 72+105+39=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #486927 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486927 is #B796D8. Grayscale: #575757. Windows color (decimal): -12031705 or 2582856. OLE color: 2582856.

HSL color Cylindrical-coordinate representation of color #486927: hue angle of 90º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486927 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB7210539-
CMYK0.3100.630.59
HSL90º45.83%28.24%-
HSV(B)90º62.86%41.18%-
XYZ8.0911.633.74-
YUV87.61100.57116.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 48.61%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=33.33%
G=48.61%
B=18.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105390.3100.630.599045.8328.24
Hex4869271F03F3B5a2e1c
Octal1101514737077731325634
Binary10010001101001100111111110111111111011101101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486927; }

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

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

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

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

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

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

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

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