#466626

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

Shades of Dell #466626

Tints of Dell #466626

Color information

#466626 (or 0x466626) is unknown color: approx Dell. HEX triplet: 46, 66 and 26. RGB value is (70,102,38). Sum of RGB (Red+Green+Blue) = 70+102+38=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #466626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466626 is #B999D9. Grayscale: #555555. Windows color (decimal): -12163546 or 2516550. OLE color: 2516550.

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

Color convert

RGB7010238-
CMYK0.3100.630.6
HSL90º45.71%27.45%-
HSV(B)90º62.75%40%-
XYZ7.6310.943.54-
YUV85.14101.4117.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 48.57%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=33.33%
G=48.57%
B=18.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102380.3100.630.69045.7127.45
Hex4666261F03F3C5a2e1b
Octal1061464637077741325633
Binary10001101100110100110111110111111111100101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466626; }

 p { color: rgb(70,102,38); }

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

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

 a { background-color: rgb(70,102,38); }

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

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

 span { border-color: rgb(70,102,38); }

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