#466034

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

Shades of Dell #466034

Tints of Dell #466034

Color information

#466034 (or 0x466034) is unknown color: approx Dell. HEX triplet: 46, 60 and 34. RGB value is (70,96,52). Sum of RGB (Red+Green+Blue) = 70+96+52=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #466034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466034 is #B99FCB. Grayscale: #535353. Windows color (decimal): -12165068 or 3432518. OLE color: 3432518.

HSL color Cylindrical-coordinate representation of color #466034: hue angle of 95.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #466034 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB709652-
CMYK0.2700.460.62
HSL95.45º29.73%29.02%-
HSV(B)95.45º45.83%37.65%-
XYZ7.339.924.78-
YUV83.21110.39118.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=32.11%
G=44.04%
B=23.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096520.2700.460.6295.4529.7329.02
Hex4660341B02E3E5f1e1d
Octal1061406433056761373635
Binary1000110110000011010011011010111011111010111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466034; }

 p { color: rgb(70,96,52); }

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

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

 a { background-color: rgb(70,96,52); }

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

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

 span { border-color: rgb(70,96,52); }

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