#487233

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

Shades of Dell #487233

Tints of Dell #487233

Color information

#487233 (or 0x487233) is unknown color: approx Dell. HEX triplet: 48, 72 and 33. RGB value is (72,114,51). Sum of RGB (Red+Green+Blue) = 72+114+51=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #487233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487233 is #B78DCC. Grayscale: #5E5E5E. Windows color (decimal): -12029389 or 3371592. OLE color: 3371592.

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

Color convert

RGB7211451-
CMYK0.3700.550.55
HSL100º38.18%32.35%-
HSV(B)100º55.26%44.71%-
XYZ9.2913.655.28-
YUV94.26103.59112.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=30.38%
G=48.10%
B=21.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72114510.3700.550.5510038.1832.35
Hex4872332503737642620
Octal1101626345067671444640
Binary1001000111001011001110010101101111101111100100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487233; }

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

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

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

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

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

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

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

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