#466126

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

Shades of Dell #466126

Tints of Dell #466126

Color information

#466126 (or 0x466126) is unknown color: approx Dell. HEX triplet: 46, 61 and 26. RGB value is (70,97,38). Sum of RGB (Red+Green+Blue) = 70+97+38=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #466126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466126 is #B99ED9. Grayscale: #525252. Windows color (decimal): -12164826 or 2515270. OLE color: 2515270.

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

Color convert

RGB709738-
CMYK0.2800.610.62
HSL87.46º43.7%26.47%-
HSV(B)87.46º60.82%38.04%-
XYZ7.159.993.39-
YUV82.2103.05119.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=34.15%
G=47.32%
B=18.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097380.2800.610.6287.4643.726.47
Hex4661261C03D3E572c1a
Octal1061414634075761275432
Binary10001101100001100110111000111101111110101011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466126; }

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

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

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

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

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

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

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

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