#487026

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

Shades of Dell #487026

Tints of Dell #487026

Color information

#487026 (or 0x487026) is unknown color: approx Dell. HEX triplet: 48, 70 and 26. RGB value is (72,112,38). Sum of RGB (Red+Green+Blue) = 72+112+38=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #487026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487026 is #B78FD9. Grayscale: #5B5B5B. Windows color (decimal): -12029914 or 2519112. OLE color: 2519112.

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

Color convert

RGB7211238-
CMYK0.3600.660.56
HSL92.43º49.33%29.41%-
HSV(B)92.43º66.07%43.92%-
XYZ8.8213.113.9-
YUV91.697.75114.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=32.43%
G=50.45%
B=17.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112380.3600.660.5692.4349.3329.41
Hex48702624042385c311d
Octal11016046440102701346135
Binary1001000111000010011010010001000010111000101110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487026; }

 p { color: rgb(72,112,38); }

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

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

 a { background-color: rgb(72,112,38); }

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

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

 span { border-color: rgb(72,112,38); }

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