#486136

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

Shades of Dell #486136

Tints of Dell #486136

Color information

#486136 (or 0x486136) is unknown color: approx Dell. HEX triplet: 48, 61 and 36. RGB value is (72,97,54). Sum of RGB (Red+Green+Blue) = 72+97+54=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #486136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486136 is #B79EC9. Grayscale: #545454. Windows color (decimal): -12033738 or 3563848. OLE color: 3563848.

HSL color Cylindrical-coordinate representation of color #486136: hue angle of 94.88º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486136 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB729754-
CMYK0.2600.440.62
HSL94.88º28.48%29.61%-
HSV(B)94.88º44.33%38.04%-
XYZ7.6110.195.06-
YUV84.62110.72119-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 54 (21.48% from 255) = 24.22%
R=32.29%
G=43.50%
B=24.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297540.2600.440.6294.8828.4829.61
Hex4861361A02C3E5f1c1e
Octal1101416632054761373436
Binary1001000110000111011011010010110011111010111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486136; }

 p { color: rgb(72,97,54); }

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

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

 a { background-color: rgb(72,97,54); }

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

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

 span { border-color: rgb(72,97,54); }

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