#466F28

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

Shades of Dell #466F28

Tints of Dell #466F28

Color information

#466F28 (or 0x466F28) is unknown color: approx Dell. HEX triplet: 46, 6F and 28. RGB value is (70,111,40). Sum of RGB (Red+Green+Blue) = 70+111+40=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #466F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F28 is #B990D7. Grayscale: #5A5A5A. Windows color (decimal): -12161240 or 2649926. OLE color: 2649926.

HSL color Cylindrical-coordinate representation of color #466F28: hue angle of 94.65º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #466F28 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB7011140-
CMYK0.3700.640.56
HSL94.65º47.02%29.61%-
HSV(B)94.65º63.96%43.53%-
XYZ8.5912.824.03-
YUV90.6599.42113.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=31.67%
G=50.23%
B=18.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70111400.3700.640.5694.6547.0229.61
Hex466F2825040385f2f1e
Octal10615750450100701375736
Binary1000110110111110100010010101000000111000101111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466F28; }

 p { color: rgb(70,111,40); }

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

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

 a { background-color: rgb(70,111,40); }

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

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

 span { border-color: rgb(70,111,40); }

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