#486236

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

Shades of Dell #486236

Tints of Dell #486236

Color information

#486236 (or 0x486236) is unknown color: approx Dell. HEX triplet: 48, 62 and 36. RGB value is (72,98,54). Sum of RGB (Red+Green+Blue) = 72+98+54=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #486236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486236 is #B79DC9. Grayscale: #555555. Windows color (decimal): -12033482 or 3564104. OLE color: 3564104.

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

Color convert

RGB729854-
CMYK0.2700.450.62
HSL95.45º28.95%29.8%-
HSV(B)95.45º44.9%38.43%-
XYZ7.7110.385.09-
YUV85.21110.39118.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 54 (21.48% from 255) = 24.11%
R=32.14%
G=43.75%
B=24.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298540.2700.450.6295.4528.9529.8
Hex4862361B02D3E5f1d1e
Octal1101426633055761373536
Binary1001000110001011011011011010110111111010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486236; }

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

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

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

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

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

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

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

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