#487130

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

Shades of Dell #487130

Tints of Dell #487130

Color information

#487130 (or 0x487130) is unknown color: approx Dell. HEX triplet: 48, 71 and 30. RGB value is (72,113,48). Sum of RGB (Red+Green+Blue) = 72+113+48=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #487130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487130 is #B78ECF. Grayscale: #5D5D5D. Windows color (decimal): -12029648 or 3174728. OLE color: 3174728.

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

Color convert

RGB7211348-
CMYK0.3600.580.56
HSL97.85º40.37%31.57%-
HSV(B)97.85º57.52%44.31%-
XYZ9.1113.44.9-
YUV93.33102.42112.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 113 (44.53% from 255) = 48.50%
BLUE value IS 48 (19.14% from 255) = 20.60%
R=30.90%
G=48.50%
B=20.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113480.3600.580.5697.8540.3731.57
Hex4871302403A38622820
Octal1101616044072701425040
Binary1001000111000111000010010001110101110001100010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487130; }

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

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

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

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

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

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

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

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