#487425

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

Shades of Dell #487425

Tints of Dell #487425

Color information

#487425 (or 0x487425) is unknown color: approx Dell. HEX triplet: 48, 74 and 25. RGB value is (72,116,37). Sum of RGB (Red+Green+Blue) = 72+116+37=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #487425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487425 is #B78BDA. Grayscale: #5E5E5E. Windows color (decimal): -12028891 or 2454600. OLE color: 2454600.

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

Color convert

RGB7211637-
CMYK0.3800.680.55
HSL93.42º51.63%30%-
HSV(B)93.42º68.1%45.49%-
XYZ9.25143.97-
YUV93.8495.92112.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=32%
G=51.56%
B=16.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72116370.3800.680.5593.4251.6330
Hex48742526044375d341e
Octal11016445460104671356436
Binary1001000111010010010110011001000100110111101110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487425; }

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

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

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

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

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

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

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

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