#466225

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

Shades of Dell #466225

Tints of Dell #466225

Color information

#466225 (or 0x466225) is unknown color: approx Dell. HEX triplet: 46, 62 and 25. RGB value is (70,98,37). Sum of RGB (Red+Green+Blue) = 70+98+37=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #466225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466225 is #B99DDA. Grayscale: #525252. Windows color (decimal): -12164571 or 2449990. OLE color: 2449990.

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

Color convert

RGB709837-
CMYK0.2900.620.62
HSL87.54º45.19%26.47%-
HSV(B)87.54º62.24%38.43%-
XYZ7.2310.173.33-
YUV82.67102.22118.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=34.15%
G=47.80%
B=18.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098370.2900.620.6287.5445.1926.47
Hex4662251D03E3E582d1a
Octal1061424535076761305532
Binary10001101100010100101111010111110111110101100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466225; }

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

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

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

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

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

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

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

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