#487231

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

Shades of Dell #487231

Tints of Dell #487231

Color information

#487231 (or 0x487231) is unknown color: approx Dell. HEX triplet: 48, 72 and 31. RGB value is (72,114,49). Sum of RGB (Red+Green+Blue) = 72+114+49=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #487231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487231 is #B78DCE. Grayscale: #5E5E5E. Windows color (decimal): -12029391 or 3240520. OLE color: 3240520.

HSL color Cylindrical-coordinate representation of color #487231: hue angle of 98.77º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #487231 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB7211449-
CMYK0.3700.570.55
HSL98.77º39.88%31.96%-
HSV(B)98.77º57.02%44.71%-
XYZ9.2413.635.05-
YUV94.03102.59112.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=30.64%
G=48.51%
B=20.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114490.3700.570.5598.7739.8831.96
Hex4872312503937632820
Octal1101626145071671435040
Binary1001000111001011000110010101110011101111100011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487231; }

 p { color: rgb(72,114,49); }

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

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

 a { background-color: rgb(72,114,49); }

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

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

 span { border-color: rgb(72,114,49); }

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