#487230

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

Shades of Dell #487230

Tints of Dell #487230

Color information

#487230 (or 0x487230) is unknown color: approx Dell. HEX triplet: 48, 72 and 30. RGB value is (72,114,48). Sum of RGB (Red+Green+Blue) = 72+114+48=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #487230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487230 is #B78DCF. Grayscale: #5E5E5E. Windows color (decimal): -12029392 or 3174984. OLE color: 3174984.

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

Color convert

RGB7211448-
CMYK0.3700.580.55
HSL98.18º40.74%31.76%-
HSV(B)98.18º57.89%44.71%-
XYZ9.2213.634.94-
YUV93.92102.09112.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=30.77%
G=48.72%
B=20.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114480.3700.580.5598.1840.7431.76
Hex4872302503A37622920
Octal1101626045072671425140
Binary1001000111001011000010010101110101101111100010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487230; }

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

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

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

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

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

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

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

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