#486C2B

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

Shades of Dell #486C2B

Tints of Dell #486C2B

Color information

#486C2B (or 0x486C2B) is unknown color: approx Dell. HEX triplet: 48, 6C and 2B. RGB value is (72,108,43). Sum of RGB (Red+Green+Blue) = 72+108+43=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #486C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C2B is #B793D4. Grayscale: #5A5A5A. Windows color (decimal): -12030933 or 2845768. OLE color: 2845768.

HSL color Cylindrical-coordinate representation of color #486C2B: hue angle of 93.23º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486C2B is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB7210843-
CMYK0.3300.600.58
HSL93.23º43.05%29.61%-
HSV(B)93.23º60.19%42.35%-
XYZ8.4712.284.21-
YUV89.83101.57115.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 108 (42.58% from 255) = 48.43%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=32.29%
G=48.43%
B=19.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72108430.3300.600.5893.2343.0529.61
Hex486C2B2103C3A5d2b1e
Octal1101545341074721355336
Binary100100011011001010111000010111100111010101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486C2B; }

 p { color: rgb(72,108,43); }

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

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

 a { background-color: rgb(72,108,43); }

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

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

 span { border-color: rgb(72,108,43); }

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