#466724

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

Shades of Dell #466724

Tints of Dell #466724

Color information

#466724 (or 0x466724) is unknown color: approx Dell. HEX triplet: 46, 67 and 24. RGB value is (70,103,36). Sum of RGB (Red+Green+Blue) = 70+103+36=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #466724 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466724 is #B998DB. Grayscale: #555555. Windows color (decimal): -12163292 or 2385734. OLE color: 2385734.

HSL color Cylindrical-coordinate representation of color #466724: hue angle of 89.55º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466724 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB7010336-
CMYK0.3200.650.60
HSL89.55º48.2%27.25%-
HSV(B)89.55º65.05%40.39%-
XYZ7.6911.133.41-
YUV85.49100.07116.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 103 (40.62% from 255) = 49.28%
BLUE value IS 36 (14.45% from 255) = 17.22%
R=33.49%
G=49.28%
B=17.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70103360.3200.650.6089.5548.227.25
Hex466724200413C5a301b
Octal10614744400101741326033
Binary1000110110011110010010000001000001111100101101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466724; }

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

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

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

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

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

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

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

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