#486935

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

Shades of Dell #486935

Tints of Dell #486935

Color information

#486935 (or 0x486935) is unknown color: approx Dell. HEX triplet: 48, 69 and 35. RGB value is (72,105,53). Sum of RGB (Red+Green+Blue) = 72+105+53=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #486935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486935 is #B796CA. Grayscale: #595959. Windows color (decimal): -12031691 or 3500360. OLE color: 3500360.

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

Color convert

RGB7210553-
CMYK0.3100.500.59
HSL98.08º32.91%30.98%-
HSV(B)98.08º49.52%41.18%-
XYZ8.3711.745.19-
YUV89.2107.57115.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=31.30%
G=45.65%
B=23.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105530.3100.500.5998.0832.9130.98
Hex4869351F0323B62211f
Octal1101516537062731424137
Binary10010001101001110101111110110010111011110001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486935; }

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

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

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

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

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

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

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

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