#486538

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

Shades of Dell #486538

Tints of Dell #486538

Color information

#486538 (or 0x486538) is unknown color: approx Dell. HEX triplet: 48, 65 and 38. RGB value is (72,101,56). Sum of RGB (Red+Green+Blue) = 72+101+56=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #486538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486538 is #B79AC7. Grayscale: #575757. Windows color (decimal): -12032712 or 3695944. OLE color: 3695944.

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

Color convert

RGB7210156-
CMYK0.2900.450.60
HSL98.67º28.66%30.78%-
HSV(B)98.67º44.55%39.61%-
XYZ8.0410.975.44-
YUV87.2110.39117.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 101 (39.84% from 255) = 44.10%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=31.44%
G=44.10%
B=24.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101560.2900.450.6098.6728.6630.78
Hex4865381D02D3C631d1f
Octal1101457035055741433537
Binary1001000110010111100011101010110111110011000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486538; }

 p { color: rgb(72,101,56); }

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

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

 a { background-color: rgb(72,101,56); }

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

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

 span { border-color: rgb(72,101,56); }

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