#466325

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

Shades of Dell #466325

Tints of Dell #466325

Color information

#466325 (or 0x466325) is unknown color: approx Dell. HEX triplet: 46, 63 and 25. RGB value is (70,99,37). Sum of RGB (Red+Green+Blue) = 70+99+37=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #466325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466325 is #B99CDA. Grayscale: #535353. Windows color (decimal): -12164315 or 2450246. OLE color: 2450246.

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

Color convert

RGB709937-
CMYK0.2900.630.61
HSL88.06º45.59%26.67%-
HSV(B)88.06º62.63%38.82%-
XYZ7.3210.363.36-
YUV83.26101.89118.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 99 (39.06% from 255) = 48.06%
BLUE value IS 37 (14.84% from 255) = 17.96%
R=33.98%
G=48.06%
B=17.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099370.2900.630.6188.0645.5926.67
Hex4663251D03F3D582e1b
Octal1061434535077751305633
Binary10001101100011100101111010111111111101101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466325; }

 p { color: rgb(70,99,37); }

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

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

 a { background-color: rgb(70,99,37); }

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

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

 span { border-color: rgb(70,99,37); }

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