#487127

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

Shades of Dell #487127

Tints of Dell #487127

Color information

#487127 (or 0x487127) is unknown color: approx Dell. HEX triplet: 48, 71 and 27. RGB value is (72,113,39). Sum of RGB (Red+Green+Blue) = 72+113+39=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #487127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487127 is #B78ED8. Grayscale: #5C5C5C. Windows color (decimal): -12029657 or 2584904. OLE color: 2584904.

HSL color Cylindrical-coordinate representation of color #487127: hue angle of 93.24º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #487127 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB7211339-
CMYK0.3600.650.56
HSL93.24º48.68%29.8%-
HSV(B)93.24º65.49%44.31%-
XYZ8.9413.334.02-
YUV92.397.92113.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 113 (44.53% from 255) = 50.45%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=32.14%
G=50.45%
B=17.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113390.3600.650.5693.2448.6829.8
Hex48712724041385d311e
Octal11016147440101701356136
Binary1001000111000110011110010001000001111000101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487127; }

 p { color: rgb(72,113,39); }

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

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

 a { background-color: rgb(72,113,39); }

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

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

 span { border-color: rgb(72,113,39); }

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