#486835

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

Shades of Dell #486835

Tints of Dell #486835

Color information

#486835 (or 0x486835) is unknown color: approx Dell. HEX triplet: 48, 68 and 35. RGB value is (72,104,53). Sum of RGB (Red+Green+Blue) = 72+104+53=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #486835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486835 is #B797CA. Grayscale: #585858. Windows color (decimal): -12031947 or 3500104. OLE color: 3500104.

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

Color convert

RGB7210453-
CMYK0.3100.490.59
HSL97.65º32.48%30.78%-
HSV(B)97.65º49.04%40.78%-
XYZ8.2711.545.16-
YUV88.62107.9116.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=31.44%
G=45.41%
B=23.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104530.3100.490.5997.6532.4830.78
Hex4868351F0313B62201f
Octal1101506537061731424037
Binary10010001101000110101111110110001111011110001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486835; }

 p { color: rgb(72,104,53); }

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

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

 a { background-color: rgb(72,104,53); }

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

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

 span { border-color: rgb(72,104,53); }

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