#467124

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

Shades of Dell #467124

Tints of Dell #467124

Color information

#467124 (or 0x467124) is unknown color: approx Dell. HEX triplet: 46, 71 and 24. RGB value is (70,113,36). Sum of RGB (Red+Green+Blue) = 70+113+36=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #467124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467124 is #B98EDB. Grayscale: #5B5B5B. Windows color (decimal): -12160732 or 2388294. OLE color: 2388294.

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

Color convert

RGB7011336-
CMYK0.3800.680.56
HSL93.51º51.68%29.22%-
HSV(B)93.51º68.14%44.31%-
XYZ8.7513.243.76-
YUV91.3696.75112.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 113 (44.53% from 255) = 51.60%
BLUE value IS 36 (14.45% from 255) = 16.44%
R=31.96%
G=51.60%
B=16.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70113360.3800.680.5693.5151.6829.22
Hex46712426044385e341d
Octal10616144460104701366435
Binary1000110111000110010010011001000100111000101111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467124; }

 p { color: rgb(70,113,36); }

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

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

 a { background-color: rgb(70,113,36); }

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

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

 span { border-color: rgb(70,113,36); }

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