#486D25

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

Shades of Dell #486D25

Tints of Dell #486D25

Color information

#486D25 (or 0x486D25) is unknown color: approx Dell. HEX triplet: 48, 6D and 25. RGB value is (72,109,37). Sum of RGB (Red+Green+Blue) = 72+109+37=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #486D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D25 is #B792DA. Grayscale: #595959. Windows color (decimal): -12030683 or 2452808. OLE color: 2452808.

HSL color Cylindrical-coordinate representation of color #486D25: hue angle of 90.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486D25 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB7210937-
CMYK0.3400.660.57
HSL90.83º49.32%28.63%-
HSV(B)90.83º66.06%42.75%-
XYZ8.4812.453.71-
YUV89.7398.24115.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 109 (42.97% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=33.03%
G=50%
B=16.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109370.3400.660.5790.8349.3228.63
Hex486D2522042395b311d
Octal11015545420102711336135
Binary1001000110110110010110001001000010111001101101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,109,37); }

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

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

 a { background-color: rgb(72,109,37); }

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

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

 span { border-color: rgb(72,109,37); }

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